Introduction Today I would like to suggest a less-common but in my opinion a much better way to organize our codebase. Meet the Feature Folders.Problem For ages we have been (at least in the .NET environment) used to thinking about our code structure taking into account the technical aspects. For example MVC application project templates assume the division our objects into separate directories – Controllers, Views, Scripts and so on. We can see the same in many tutorials. If we need add new feature, f...
Strona głównaArchitektura
Architektura 1359 dni, 15 godzin, 20 minut temu 75 pokaż kod licznika zwiń
Podobne artykuły:
- Do czego w DDD wykorzystać projekty i namespace’y z C# ?
- Architektura wspierająca podejście Domain First
- Architektura projektu – 4 typy – programmer-girl
- Czy logika aplikacyjna to część modelu domeny?
- TypeScript – pierwsze wrażenia.
- Log decyzji dotyczących architektury rozwiązania (ADR) - Jakub Gutkowski
- [EN] Modular Monolith: A Primer - Kamil Grzybek