Yandex.Practicum Graduates
Description: "Сообщество программистов выпустившихся из Яндекс.Практикум"
Invitation Link: https://t.me/best_of_statring
Agile in 2024: Adapting Methods for Flexible Development
-
Author: Andrey Borokin
-
Publication Date: 12 February 2024
all author posts
Agile isn’t just a methodology—it’s a philosophy that revolutionized how we approach software development. It all began back in February 2001, when a group of 17 independent thought leaders gathered in Snowbird, Utah, to discuss their ideas on “lightweight” software development. Those discussions led to the creation of the “Agile Manifesto,” which set forth four core principles that still form the cornerstone of Agile:
Immersion into GRASP: The Fundamentals of System Design Principles
-
Author: Andrey Borokin
-
Publication Date: 25 December 2023
all author posts
GRASP, which stands for General Responsibility Assignment Software Patterns, is a set of guiding principles for object-oriented design. These principles help developers distribute responsibilities among various classes and objects within a software system. Each principle focuses on addressing specific design challenges and ensuring code quality, scalability, and maintainability.