📚 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:
Lorenz Hilpert
2025-03-31 16:12:48 +02:00
parent 9696084f7b
commit 3bcdfccb5c
4 changed files with 45 additions and 22 deletions

View File

@@ -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