• 0 Posts
  • 14 Comments
Joined 10 months ago
cake
Cake day: September 2nd, 2023

help-circle










  • IDE git is less powerful than CLI git. However I’m pretty confident that most people use more features of git by using a GUI.

    CLI feature discoverability is pretty awful, you have to go out of your way and type git help to learn new commands.

    With a GUI though, all the buttons are there, you just have to click a new button that you’ve been seeing for a while and the GUI will guide you how to use it.




  • Serializing? For serializing you probably want performance above all else. I’m saying this without checking any benchmark, but I’m sure yaml is more expensive to parse than other formats where indentation don’t have meaning.

    For human readability: it has to be readable (and writeable) by all humans. I know (a lot of people) that dislike yaml, toml and XML. I don’t know of a single person that struggles to read/write json, there is a clear winner.