Skip to content

Tag Archives: YAGNI

You Aren’t Gonna Need It!

A very common trap to fall into while implementing a new system or feature is to add functionality to ‘future proof’ your code for a use case that you imagine in may be required in the future.  The future for the purposes of this post is any time that is not in your current development [...]