PinnedPublished inDev GeniusHow to Develop a Wordle Game using TDD in 25 MinutesDeveloping a complete Wordle Game is very easy with TDDJan 16, 2022Jan 16, 2022
PinnedPublished inDev GeniusHow to Get Rid of Annoying IFs ForeverWhy the first instruction we learn to program should be the last to use.Nov 9, 20202Nov 9, 20202
PinnedPublished inDev GeniusCode Smell 13 — Empty ConstructorsIncomplete objects cause lots of issues.Nov 1, 20201Nov 1, 20201
PinnedPublished inDev GeniusHow to Find the Stinky parts of your CodeThe code smells bad. Let’s see how to change the aromas.Oct 24, 20202Oct 24, 20202
PinnedPublished inDev GeniusCode Smell 01 — Anemic ModelsYour objects are a bunch of public attributes without behavior.Oct 20, 20202Oct 20, 20202
Published inJavarevisitedRefactoring 023 — Replace Inheritance with DelegationTransform your rigid inheritance into flexible delegations3d ago13d ago1
Published inLevel Up CodingCode Smell 290 — Refused BequestIgnoring your inheritance leads to conflicts with your origins.Feb 14Feb 14
Published inLevel Up CodingCode Smell 288 — Unthrown ExceptionsTL;DR: Creating a new exception without throwing it leads to silent failures.Feb 3Feb 3
Published inLevel Up CodingCode Smell 287 — Unused Local AssignmentAre you using the returned value?Jan 311Jan 311