Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

designing complex data structure's dependences

python design-patterns

UICollectionView and MVVM

ios swift design-patterns mvvm

Is the Visitor pattern useful for dynamically typed languages?

C++ and cython - Seeking a design pattern that avoids template limitations

How to share the same context with different threads in multi-Command Pattern in C#?

Is it wrong to set viewModel as table views datasource?

Database design: Matching sql database keys to php constants?

Using the factory pattern for classes with differing parameters

Create Hibernate-Session per Request

High Performance Development

State Pattern: How the states of an object should transition when they're involved in complex processes?

Help me remove a Singleton: looking for an alternative

Refactor to use Builder pattern or Telescoping constructor pattern

Design pattern for software updates

Java library to return a List<File> for glob or Ant-like pattern "*foo/**/*.txt"?

How to avoid class self-use

Techniques for object-oriented or modular file and data I/O?

DB design without passing around jdbc

Java generics - too complicated? How to simplify?

Introducing an IoC Container to Legacy Code