Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in software-design

When to split an MVC view into two?

SW-Design: Adapters for Class Hierarchy in Delphi (Generics vs. Downcast)

Compose C header file to be able to be used from C++

How to integrate Template published as web applications with the web applications that use this wrapper?

Designing a flexible and extensible bonus system for a Scrabble's game implementation

Just in Time compilation always faster?

Private interfaces inside a class

Software-design only with interfaces?

c# software-design

Is it common practice to abstract library dependencies from implementation?

Django project architecture

Clean architecture pattern Android

android software-design

Java - correct way to delegate methods

When we should not to use microservices?

Which one is more safe local storage or cookies?

Efficient design for a auto refresh mobile app

software-design

Constructor best practices

java software-design

Never throw software away?

.net software-design

What design pattern shall I use in this question?

Avoiding cast in generic factory-based MVP framework