Learn how to use design patterns to write better, more maintainable code Design patterns are reusable solutions to common software design problems. They provide a shared vocabulary for discussing design problems and answers and can help you write better, more maintainable code. What are Design Patterns? A design pattern is […]
Devamını Oku
Learn how to use Behavioral Design Patterns to create code that is easy to understand and maintain. Behavioral Design Patterns are a way to create code that is easy to understand and maintain. They provide a way to define how objects interact with each other or how they should behave […]
Devamını Oku
Learn how to use Advanced Design Patterns to create code that is easy to understand and maintain. In addition to the classic design patterns, several advanced design patterns can be used to create more flexible and reusable code. These patterns can be used to solve more complex problems or to […]
Devamını Oku
Çeşitli şirketlerde, farklı büyüklüklerde yapılar içinde yazılım geliştiriyoruz. Evde tek başına yazılım geliştiriyor olsak dahi farketmemelidir. İşimize saygımız, işimizi iyi yapmayı gerektirir. İşimizi iyi yapacağız. Kodumuz temiz olacak. Kodun temiz olması nasıl olur demeyelim, temiz olmayan kod kokar ve kendini belli eder 🙂 Sınıf Tasarımı Prensipleri (Principles of Class Design) […]
Devamını Oku