35

1. Indent with 3 spaces to fuck both tabs guys and spaces guys git repos.

2. Use windows line endings and laugh and laugh and laugh.

3. Giant full page ascii art intro on every single file.

4. After the giant ascii art intro there are literally zero comments.

5. Keep the bracket on the same line for getters, but on the next line for setters because fuck you.

Comments
  • 12
    Windows line breaks work fine on nix systems.
    However, windows is a bitch about unix line breaks.
  • 7
    @metamourge lets make it more fun and use CR instead to fuck them all ;)
  • 5
    We really used 3 spaces in a giant project. It was in coding standard.
  • 4
    @aviophile I kind of like using 3 spaces.
  • 4
    @Root 4 space always seemed ideal to me. On screen and also it is 2^2. 3 is just weird 🌝
  • 3
    @Root and I know it is trivial matter, we have bigger problems than already agreed upon coding standards. But all other projects had 4 space as std and it felt weird.
  • 5
    @aviophile I agree that it’s a bit strange, but 3 spaces tends to work well for alignment in a lot of cases, especially around if’s. Four is also nice, particularly in JS (var, let).

    I haven’t tried Fibonacci indentation before; I might for fun.
  • 10
    I knew a guy who decided to fuck with everyone by writing code like this

    public string SomeMethod ()

    { methodbody;

    methodbodyContinued; }
  • 3
    Just have a .editorconfig and .prettierrc 😂
  • 1
    @Root lol lets make it into a VS extension too 😂
  • 6
    You sir, are a special kind of evil (:
  • 1
    well, I guess some ppl just want to watch the world burn...

    While we are at it, have you ever had a look the "unmaintainable code guide"? https://github.com/Droogans/...
  • 2
    We've found the chaotic evil standard. You should publish that somewhere.
  • 1
    I indent with tabs but set my editor to a tabsize of 3 because I actually think it's quite fancy
  • 0
    @Root I just looked it up.

    And I thought 3 indents are stupid 🤦🏻‍♂️

    What is the problem with the 4-space standard? I don't get why people go crazy with their indents.
  • 1
    Man, I understand the last 3.

    But the first one... you fucking sinned my dude.

    Just, *no.*
  • 1
    The worrying part is that some people here thought that some of these points are actually valid
Add Comment