Search code examples
Difference Between Cohesion and Coupling...


ooparchitecturetheorysoftware-designooad

Read More
A C++ unit test which tests a function which takes a lambda as an argument...


c++unit-testingarchitecturesoftware-design

Read More
How to assign n number of weighted articles of different colors to m groups...


c++algorithmsoftware-designdistributed-algorithm

Read More
Untying Knuth's knots: how to restructure spaghetti code?...


c++algorithmloopsrefactoringsoftware-design

Read More
Database level design for undo operation...


javadatabase-designsoftware-design

Read More
UML class diagram shows an interface using a class, but should it show concrete classes using the sa...


umlsoftware-design

Read More
Software developement and team lead...


software-designlead

Read More
How to architect a MtG-like card game...


architecturesoftware-designstate-machine

Read More
Rest api that checks if there is a record in DB that meets a certain condition...


restarchitecturesoftware-design

Read More
Usefulness of the substitution property of the Liskov Substitution Principle...


oopsoftware-designliskov-substitution-principle

Read More
Software design for simultaneously running python programs...


pythonarchitecturesoftware-design

Read More
What is multi tenancy and ways to achive it?...


architecturecloudmulti-tenantsoftware-designsaas

Read More
Is it necessary to specialize the actor representing the registered user in customer/seller actor?...


umlsoftware-designuse-case-diagram

Read More
service oriented architecture vs headless architecture...


architecturesoftware-design

Read More
Is it a good practice to mock Automapper in unit tests?...


c#unit-testingmockingautomappersoftware-design

Read More
Should I share models across multiple microservices?...


architecturesoftware-designreusability

Read More
Architecture design for divide the subsystems...


design-patternsarchitecturesoftware-design

Read More
Why use "WhenAnyValue" instead of "RaisePropertyChanged"?...


design-patternssoftware-designreactiveuiavalonia

Read More
Which architectural style and pattern(s) would be suitable for this system?...


design-patternsarchitecturesoftware-design

Read More
Adapter Pattern: Class Adapter vs Object Adapter...


oopdesign-patternsadaptersoftware-design

Read More
api_view['POST', 'GET'] against SOLID principles?...


djangodjango-rest-frameworkarchitecturesoftware-designsolid-principles

Read More
Liskov Substitution Principle: Confusion about additional Functionalities of sub types...


flutterdartsoftware-designsolid-principles

Read More
Should service layer accept a DTO or a custom request object from the controller?...


dtosoftware-designservice-layer

Read More
Onion architecture compared to hexagonal...


architecturesoftware-designonion-architecturehexagonal-architecture

Read More
Need help in deciding the software design/architecture for product development?...


design-patternsarchitecturesoftware-design

Read More
Do Mixins really slow down compilation time?...


flutterdartoopmixinssoftware-design

Read More
Design of a method and data structures to process various data types...


csoftware-designmisra

Read More
Best approach to creating a site map for a creative application?...


user-interfacearchitectureuser-experiencesoftware-design

Read More
Separate HTTP requests for each dropdown or a single request for a fat FormViewModel?...


asp.netangularapi-designsoftware-design

Read More
Why is the hardest part of programming is naming things?...


programming-languagesnaming-conventionssoftware-design

Read More
BackNext