68
Don't make Clean Code harder to maintain, use the Rule of Three
(understandlegacycode.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
The example that the other commenter gave did not require the user to input the flags. As far as I understand, they mean there would be a number of secondary functions that will call the other with the correct parameter.
Fair point. My point still stands on it breaking the black box test. Where the input can wildly effect the logic that creates the output.