Advertisement · 728 × 90

Posts by The Coder Cafe

Preview
#26: Readability Readability is about understanding the intent (what), rationale (why), and logic (how) behind a piece of code.

This week, we discussed about:
- Readability: www.thecoder.cafe/p/readability
- Complex if statements: www.thecoder.cafe/p/complex-if...
- Cohesion: www.thecoder.cafe/p/cohesion
- Coupling: www.thecoder.cafe/p/coupling
And here's the weekly recap: www.thecoder.cafe/p/30-recap

1 year ago 0 1 0 0
Preview
#27: Simplifying Complex if Statements Refactoring complex if statements by breaking them into well-named variables or abstracting them into functions can significantly enhance our code readability.

#27: Simplifying Complex if Statements
www.thecoder.cafe/p/complex-if...

1 year ago 0 0 0 0
Preview
#21: Reliability if we have a problem, we may not lose money, we may not lose customers, but we may lose lives.

This week in The Coder Cafe, we discussed:
- Reliability: thecoder.cafe/p/reliability
- Graceful degradation: thecoder.cafe/p/graceful-d...
- Adaptive LIFO: thecoder.cafe/p/adaptive-l...
- Resiliency vs. fault-tolerance vs. robustness: thecoder.cafe/p/resilient-...

thecoder.cafe/p/25-recap

1 year ago 0 0 0 0
Preview
#9: Unit Tests As Documentation Unit tests are always in sync with the code, making them a poweful tool for up-to-date documentation.

🧵 Top posts of the month from The Coder Cafe.

- #9: Unit Tests As Documentation: www.thecoder.cafe/p/unit-tests...
- #11: Concurrency vs. Parallelism www.thecoder.cafe/p/concurrenc...
- #1: Premature Abstractions www.thecoder.cafe/p/premature-...
- #18: The PACELC Theorem www.thecoder.cafe/p/pacelc

1 year ago 0 1 0 0

👋

1 year ago 1 0 0 0