Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Feel free to explore the topics and use this as a reference for software enginee
### Coding best practices
- [DRY Principle in Coding](DRY-Principle.md) - Understanding the "Don't Repeat Yourself" principle with practical examples
- [Guard Conditions](guard-conditions.md) - Implementing defensive programming with guard conditions
- [Cyclomatic Complexity](cyclomatic-complexity.md) - Comprehensive guide to measuring and managing code complexity using McCabe's cyclomatic complexity metric
- [AI/ML Conferences Guide](AI-ML-Conferences.md) - Comprehensive guide to artificial intelligence and machine learning conferences worldwide


Expand Down
Loading