2 Repos
Educational content structured around common developer mistakes and anti-patterns to provide corrective mental models.
Distinct from Code-Centric Tutorials: Distinct from general Code-Centric Tutorials by specifically organizing the curriculum around pitfalls and mistakes.
Explore 2 awesome GitHub repositories matching education & learning resources · Anti-Pattern Based Tutorials. Refine with filters or upvote what's useful.
Go42 is a comprehensive programming language guide and reference for the Go language. It serves as a study of the official language specifications and a collection of design patterns derived from the internal logic and source code of the Go standard library. The project focuses on analyzing official library implementations to demonstrate idiomatic design patterns and core architectural thinking. It maps high-level architectural patterns to specific language features to support the development of scalable and maintainable software. The educational material is organized through case studies an
Organizes educational material around frequent developer mistakes to provide corrective mental models for coding.
This project serves as a comprehensive library and architectural guide for implementing established software design patterns within the Unity engine using C#. It provides a structured approach to organizing game logic, focusing on improving code maintainability, scalability, and long-term project health through proven structural solutions. The collection distinguishes itself by offering practical implementations of architectural patterns that decouple game systems, such as event dispatching and request handling, while providing tools to identify and rectify common coding anti-patterns. It fur
Helps developers identify and rectify common coding anti-patterns to improve the efficiency and quality of game code.