11 comments

  • 0xCE0 4 days ago ago

    Many Freedesktop-projects have very beautiful/elegant/professional/clear C code, e.g.: https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/src/amd...

    Also Blender, Chrome, FFmpeg, LLVM are examples for large and long scale projects codebases, that are almost like old vs. new brain, meaning there are old low-level codelines and on top of those cumulates all kinds of abstractions.

    Geohot's tinygrad is great example of booting up codebase from scratch: set conscious goal for small max lines of code (e.g. 1k), then code the next state of working implementation, then clean and refactor it to cut the fat off. It feels that code wants to shape to specific form and size depending on goal.

  • markus_zhang 5 days ago ago

    Linux? I don't understand anything about it so it's sexy. Like girls, I never understood them.

    • worldsavior 4 days ago ago

      You and me same.

      • markus_zhang 4 days ago ago

        Man, girls are the biggest mystery in the world. I'm gonna wait until the next life to figure them out. Cheers!

  • jlcases 5 days ago ago

    Code readability is directly related to the quality of its contextual documentation. I've been experimenting with documentation following MECE principles, which has greatly improved the maintainability of my projects.

  • palata 4 days ago ago

    In C++, I find Cap'n Proto very impressive: https://github.com/capnproto/capnproto

  • bjourne 4 days ago ago

    Anything created by the Pallets team: https://github.com/pallets

  • BobbyTables2 4 days ago ago

    All OSS code is exemplary.

    Of course, some of it fits one meaning of the word and some fits the other meaning.

  • cpach 4 days ago ago

    Is well-written code “sexy”? I’m not so sure about that.

  • hiAndrewQuinn 5 days ago ago

    OpenBSD

  • sexyman48 5 days ago ago

    [dead]