• tool
    link
    fedilink
    English
    41 year ago

    docker (while you don’t need it to host things, it makes your life 10x easier)

    …until you have a single extra space character hiding 20 lines into your compose file and the whole thing falls over the next time you try to bring the containers up.

    Lint your code and configs every time!

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      1 year ago

      VScode with “format on save” enabled. Literally never had an issue.

      It’s the editor that finally made me move away from vim