Articles tagged with SoftwareEngineering
-
-
-
-
-
-
-
-
Document Your Documentation
A short document that explains how your team documents things.
-
Encapsulation
Encapsulation is the act of protecting code against invariant violations and a key component of a Well-Designed API.
"You cannot trust yourself to do the …
-
Well-Designed API
According to Khorikov, a well-designed API (application programming interface) is one in which observable behaviours are entirely in the public API, and implementation details are …