the/experts. Blog

Discussion on: Size does matter!

Collapse
rogerdejager profile image
rogerdejager

A helpful tip when you have a bit more complexity is to add a description in the code why you did something. If you want to keep the code cleaner, you can add a comment in your own merge request instead.

Collapse
patrickdronk profile image
Patrick Dronk

Having description is often seen as an antipattern. The code and function names should be explicit enough.