Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in abstraction

How to identify that code is over abstracted?

abstraction

Wrapping DbSet<TEntity> with a custom DbSet/IDbSet?

Command Pattern seems needlessly complex (what am I failing to understand?)

How can you pass a List<objects that implement an interface> to a method?

Does the Bridge Pattern decouples an abstraction from implementation?

System.Web.Abstractions: what is it good for?

Is HttpContextWrapper all that....useful?

c# mocking abstraction

What are good abstractions for complex animations?

Why can't an abstract method be synchronized?

Clean Code: Should Objects have public properties?

Abstract private functions

php inheritance abstraction

What's the difference between a sequence and a collection in Clojure

Is an ORM redundant with a NoSQL API?

c# mongodb orm abstraction nosql

What is Google's Dremel? How is it different from Mapreduce?

Is it better to use List or Collection?

Should I use public or private variables?

Why are interfaces preferred to abstract classes?

java oop interface abstraction

What is the difference between Abstraction and Polymorphism

What's the difference between abstraction and generalization?

Level of Indirection solves every Problem