• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle
  • There are valid criticism to be made about cosmic desktop, like

    *Lists two positives*

    If that’s the best example of criticism to be had about COSMIC, then it’s practically flawless. Except of course, though, it isn’t. Aside from the general lack of polish, I’d argue that there’s not enough customization. E.g. things that should really be a slider or spin control (or better yet multiple sliders/spin controls) like corner radii are multiple choice button things (not to mention that the ‘square’ style is anything but.) Some of the sliders that do exist (particularly the size ones) have very few set points that make them essentially disguised drop downs. I could probably find dozens more things to criticize if I cared to sit down and nitpick everything.





  • Tabs let you define how big you want each indent to be, and spaces do not.

    Spaces can too: Simply use more or less of them, to taste.

    I have ADHD. Two spaces per indent makes it damn near impossible for me to scan code.

    Then use four, or six, or eight, or 20. Hell, most code I’ve seen uses four spaces per indent anyway.

    [Re: braille]

    Surely there’s an editor out there that will automatically display indent spaces as a tab character. Or failing that it seems like it would be rather trivial create a program to convert n spaces to tabs, and vice versa.