Yeah, too simple is sometimes bad too. I had to refactor for better readability and it added 3k lines. But it was easier for everyone to understand the code. :)
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
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.
By simply I thought you meant delete the project.
Ahh, yes, tracked eight hours of refactoring today…
@Matriks404
I pray that all those extra lines are comments.
Removed unreadable // Added /* */ on their own lines with fancy design above and below comments
Some of them, yes.
Then the code is noisy. And that isnt simplyfied it is made noisy/clustered up.
Your username is very fitting
I’ve done worse
If GitHub’s UI isn’t saying “infinity files changed” you’re not trying hard enough.
Brought in a feature from a fork of our engine at work the other day. 8000 additions and a bunch of deletions and fix commits.
And apparently that’s a pretty small merge…
Took me days just to review it.
Pov: you find an image of a coconut in your code and try to remove it
Simplifying doesn’t have to mean fewer lines. LGTM.
Yeah, too simple is sometimes bad too. I had to refactor for better readability and it added 3k lines. But it was easier for everyone to understand the code. :)