tulstrup | 4 years ago | on: Single dependency stacks
tulstrup's comments
tulstrup | 4 years ago | on: Coding Mystery: Escape Room Inspired Programming Challenges
It is required to sign up in order to ensure the best user experience.
Here is a screenshot from the first part of the first mystery. It gives an indication of what the concept is like.
page 1
I am not sure it necessarily has to be just one single dependency, but keeping the number of dependencies as low as possible makes a lot of sense to me. At least the overhead of introducing any given new dependency should be taken into serious consideration and held against the concrete benefits that will be gained from it.
I wrote a blog post on a very similar subject, essentially all of the same arguments, but targeted more towards the dependencies and abstractions found within a given systems code structure and application architecture.
If you are interested, you can read it here: https://betterprogramming.pub/avoiding-premature-software-ab...