Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RU
Posts
3
Comments
394
Joined
2 yr. ago

  • Fuck those that use main. If you're working on a library fork that has main and a project that has master you're bound to invert the two.

    "What do you mean I can't checkout main? Oh right, here it's master..."

    For once that we had a standard, it had to be ruined.

  • I'll always say that the best code editor is the one that makes you put your idea onto a file the fastest.

    So yeah, you shouldn't worry about style and code lint. You should worry if your code is sound and works. Keep your mind on the logic, not the extras

  • Format on save is a godsend. Copy paste something with whole indentation? Ctrl-s, it's back to normal. Did some wacky nested anonymous function calls? Ctrl-s, and they're laid out nicely.