▲ | johnisgood 6 days ago | |
I have read the post about exceptions: https://www.gingerbill.org/article/2018/09/05/exceptions-and.... I did not personally mind Odin's exceptions, to be honest. I prefer Odin's way, and Go's way, too. > you'll have to dig for them yourself. Yeah I was referring to such specifics, but I will take a look at Discord perhaps. > "Code indentation that is anything but 2, 3, 4, or 8 characters wide, is objectively a bad style from a pure aesthetics standpoint" Those are just opinions. I prefer 2 spaces, or tab with 2 column width. I tend stick to one style in my codebase, consistently. I do not like anything longer than 2, because I have a small screen and I think it is just simply redundant. I can follow 2 column width indentation just fine. This is just my opinion. If I use tabs, people can choose their own, it is up to them. |