Standards
When to use PascalCase
Best Practices
Avoid using the "any" type
Avoid using Non-primitive types
Type Inference
Examples
Use enums
Use Interfaces
Extend Interfaces
Use "interfaces" and "types" to describe your data. In this way you can avoid using the "any" type.
Please Login or Register to comment
Please Login or Register to comment