Skip to content

Instantly share code, notes, and snippets.

@MichaelDimmitt
Last active November 8, 2023 00:15
Show Gist options
  • Save MichaelDimmitt/de6e3ca53c0c7fa9a6135894c87f6968 to your computer and use it in GitHub Desktop.
Save MichaelDimmitt/de6e3ca53c0c7fa9a6135894c87f6968 to your computer and use it in GitHub Desktop.

3 contraversial things that I believe

  1. Programs/applications can be completed and stand on their own: (Accomplish a feature set that a customer finds value in and do not allow scope creep outside of that feature set. This is crucial to be able to build software without handcuffing yourself with legacy code. If your career was an endless list of technical debt it would only ever increase and you would constantly be disappointing by dropping support throughout your career. This does happen but we should design our software especially open source software so that it can stand on its own.)

  2. Tasks can be impossible (You can have a dependency that says you cant have that thing and does not give you access)

  3. Something can be explored completely: (Something can be deemed logically complete by exploring all options available, or proving that the task is not solvable. I watched a video once that mentioned humans are unique in being able to prove things are not solvable instead of solving them which is often done in mathematics.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment