#encapsulation

[ follow ]
Software development
fromNate Meyvis
1 month ago

On cognitive debt

Cognitive debt — codebases becoming unknowable and hard to extend — occurs with and without AI and is often as bad or worse in pre-AI projects when controlling for scope.
OMG science
fromMedium
5 months ago

OSI Layers Explained-With a Birthday Gift Story

Computer network communication mirrors a multi-step gift delivery where each OSI layer performs a specific task and can add headers or fail independently.
fromHackernoon
3 years ago

Refactoring 030 - How to Avoid Accidental Redundancy | HackerNoon

Refactoring code by eliminating redundant attributes enhances clarity and encapsulation, reduces cognitive load, and ensures methods directly access the object's state for improved maintainability.
Software development
Parenting
fromIndependent
10 months ago

Everyone's talking about: Placenta encapsulation - but does it really boost recovery post-childbirth?

The placenta can be preserved and reused after birth, with encapsulation becoming a popular choice among women.
fromHackernoon
3 years ago

Refactoring 027 - How to Remove Getters | HackerNoon

"The main point of the article is to replace simplistic getters with behavior-rich methods that encapsulate the operations pertinent to the internal state."
Java
[ Load more ]