coding

Coding: Unused code
· coding

Law of Demeter: Some thoughts
· coding law-of-demeter

Builders hanging off class vs Builders in same namespace
· coding communication

Wrapping collections: Inheritance vs Composition
· coding collections

Coding: Quick feedback
· coding quick-feedback

Safe refactoring: Removing object initializer, introducing builder
· coding refactoring safe

Seams: Some thoughts
· coding software-development seams

Coding: Single Level of Abstraction Principle
· coding slap

Coding: Keep method/variable names positive
· coding

Coding: Why do we extract method?
· coding refactoring extract-method