Programmer Humor
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
So it's just a wrapper for prettier?
Link to Shittier example: https://marketplace.visualstudio.com/items?itemName=raidteyar.raidteyar-shittier
Perfection
The addition of comments makes this radioactive to the one kind of person who wouldn't mind reading ugly code.
So basically GNU style formatting?
Someone seems to have run this on the UI of Twitter during its conversion into X.
And Reddit too.
Is this available for Android studio
It is android studio
I expect this to be non-deterministic with random amounts of whitespace each time you run it
Like the good old BASIC compactor we had in the 80s, and this also exists for Javascript, replace all variables with a to z then aa to az etc if more than 26, compact every line with ';' etc in the end it's uneradable
Any recommendations? I think a collection of tools like this would make for a hilarious local meetup.
It didn't change anything for me...
I think it's only worrying if it makes your code look better.
Wonder what will happen if we put Yandere Simulator's code in there.
I got an email from the devs asking for style advice.
Honestly.. clean code can be hard to read. It's sometimes easier to recognise certain parts in shitty code because it has a more distinctive appearance.
this guy writes shitty code
... What? Code quality is "does it work" followed by readability, only then do you get into performance and other things
Good code is better than shitty code by definition.