Programming Practice

A collection of articles and references around programming, languages, and tools.

General Websites

Articles

Practice

SOLID

SOLID is a acronym for a set of object oriented design principals: Single Responsibility Principle (SRP), Open-Closed Principle (OCP), Liskov Substitution Principle (LSP),Interface Segregation Principle (ISP), and Dependency Inversion Principle (DIP).

Coding Habits

Documentation