mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
📚 Update review instructions and code style documentation
Enhanced code review guidelines and clarified code style documentation. - 📚 **Docs**: Added emphasis on adherence to review guidelines - 📚 **Docs**: Clarified documentation requirements in code style - 🛠️ **Refactor**: Updated import paths in input controls styles - 📚 **Docs**: Expanded tech stack documentation with new libraries
This commit is contained in:
@@ -22,7 +22,7 @@ This section extends the core code style principles with Angular-specific and ad
|
||||
- **Strict Type Checking**: Enable strict mode (`strict: true`) and avoid excessive use of `any`.
|
||||
- **Interfaces vs. Types**: Prefer interfaces for object definitions and use type aliases for unions and intersections.
|
||||
- **Generics**: Use meaningful type parameter names and constrain generics when applicable.
|
||||
- **Documentation**: Employ JSDoc comments for complex functions and generic parameters to improve code clarity.
|
||||
- **Documentation**: Employ JSDoc comments functions and generic parameters to improve code clarity.
|
||||
|
||||
## TypeScript Guidelines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user