Clean Ruby with cleaner privates (DCI)
Understanding the context of code in a team repo is hard and it’s harder when the solution to figuring how code works is, “I Don’t Know, just Git Blame and talk to the person who wrote it.” That works until the person to blame is either yourself or unavailable.
Having clean code and readable code is a must for growing teams.
Post a comment