Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in separation-of-concerns

should I read from ARGV in own perl module

Dependency Injection - Does it violate Separation of Concerns?

How to avoid declaring database fields twice, once in database, once in a repository/model?

The N-Layer POCO/ DTO quandary

Rails namespacing concerns based on model name

Implementing Applicative instance for dictionaries (Map, associated arrays)

CakePHP Best Practice: Admin with or without routing

How do I avoid code duplication when modelling a table, its layout, and its records, all of which share the same basic structure?

Is it acceptable for a reducer to mutate its action object in order to communicate partial handling of the action?

How to setup resources dependencies in alt:V

ddd - How to separate bounded contexts and share events?

MVVM what part of pattern responsible for grouping of datagrid

Where does my CRUD LINQ Code Go? ASP.NET MVC

Asp.NET MVC - DataAnnotations and ModelState.IsValid too invasive into the domain model?

nodejs and logging through different modules

MVC - is it just a 3 tier model?

Most Correct way to redirect page with Model-View-Presenter Pattern

ASP.NET: Code behind or no code behind?

Who's responsibility is it to encode a string?