• 0 Posts
  • 12 Comments
Joined 10 months ago
cake
Cake day: November 24th, 2023

help-circle








  • I would do that… If CI wouldn’t be set to -D warnings

    Who even does that? Oh wait, it was me.

    Joke aside, it does help to keep the code clean, even more for open source projects where multiple separate people may all have their own codding style, and it helps make it easier to organise.

    But I do agree that it can be really, really annoying.



  • I work on a proprietary language that translates everything to uppercase before compiling. So having a specific case is useless. The standard functions all have wacky cases. Some from the same module may use CamelCase, while it’s brother use snake_case.

    … I just use Rust’s style. Simple, easy.