Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Replace switch-case with polymorphism

Avoid continuous "if (...)" checks while executing function

java design-patterns

Where do you do your validation? model, controller or view

What is the Serialization Proxy Pattern? [duplicate]

Mediator pattern vs Publish/Subscribe

Most common examples of misuse of singleton class

Is the Composite Pattern SOLID?

Most efficient way in Python to iterate over a large file (10GB+)

How to pass a static class as an argument in Java

java design-patterns

Design Pattern Alternative to Coroutines

State pattern vs ENUM

The better Java singleton pattern nowadays? [duplicate]

Sending events at the end of a transaction

Repository vs Service pattern in DAL: EF and Dapper

How to share data between two presenters in MVP architecture in Android?

android design-patterns mvp

Design pattern for Data Access Layer

c# .net design-patterns

How to create .NET interface with static members?

Understanding the differences between Table and Transaction API's

Factory Pattern in C++ -- doing this correctly?

Abstract Base Class vs. Concrete Class as a SuperType