Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "more code"
-
By playing with Facebook source code in browser, you can enable GIF and Markdown, Tip Jar & many more options in comments.15
-
I took a programming class this semester in which a have to write code on paper, and the more I write, the more I agree. I give you my word-
I will ***never--- ever--- write code on paper again***14 -
Today I learnt from a more experienced Dev that using git as versioning system makes the code open source.18
-
When you made a commit that deletes more code than what it adds. And the features are still the same 🎉8
-
the actual code is way more than that . Is there anyone who adds the code but doesn't remove the code that isn't necessary7
-
Do you know what's more fun than debugging multithreaded code?
Debugging networked, multithreaded code...3 -
Was watching a Chinese movie and there's a scene where someone is getting hacked, and this is the fucking code that they are show as the "hacking code". How hard would it have been to find something more legitimate than this?
If I hadn't had a few $0.69 hamburgers from McDonald's today, I would be more upset.14 -
Do the 'best' programmers use fewest lines of code?
The best programmers write the appropriate number of lines of code. No more, no less.10 -
I see software engineering mostly devolving to be simpler syntax, more widespread and reach more range of people, including non-tech ones.
That’s now obviously leading to more crappy javascript code, more abandoned frameworks, libraries, more shitty software and more dev rants.5 -
#!/bin/sh
# Application X deployment script
## some code ##
function sudo_remove {
directory=$1
filename=$2
sudo /bin/rm -rf $directry/$filename
}
### some more code using function above ##
>400 servers completely corrupted. Twice in one week.
Who can spot it? :)9 -
When you're a beginner at programming and needs to code more but just made your first DevRant account.. 😭😭😭25
-
So you're telling me, that "margin-bottom: 10%" was more unreasonable than this?
I swear to God maintaining code is just absurd...12 -
I’m happiest about code I deleted.
Deleted code is easy to maintain, easy to read and it makes applications run faster.
Moreover applications take less disk space and are faster to download.
The more happy than about deleted code I’m about deleted software or destroyed computers.3 -
Cutting corners just creates two new corners.
Likewise, cutting corners in code just creates more bugs.3 -
“Looking at code you wrote more than two weeks ago is like looking at code you are seeing for the first time.” – Dan Hurvitz1
-
Fibonacci for developers.
One Developer writes bad code and leaves. Company hires two more to fix the code and cycle continues. Now you know why software developers are in demand.2 -
When you rewrite some sloppy idiot's code to be way clearer and straightforward. Then you fix a bug you introduced... and another... until the code ends up looking more or less the same as when you started...2
-
Just found this while trying to understand some code:
```
bool ok = true;
if(ok) {
// lots of code here
} else {
// even more code here
}
```
I thought this was worth my first rant...6 -
That moment when writing code to perform a one time task ends up taking more time than just doing the task manually6
-
True compliments I have given:
-*actual tears dripping* I'm changing how I code to be setup more like yours
-if I could fuck that code I would1 -
I’m surrounded by devs that use the light theme in IntelliJ. It triggers me more than any bad code 😂😂😂5
-
Attend all the meetings, they said. They're super important, they said. You'll get more code done if we hyper-report on progress they said. The bugs are piling up and we need to have even more meetings, they said.
STOP SAYING THINGS AT ME AND LET ME FUCKING CODE YOU INSUFFERABLE CUNTS.1 -
I never made a friend due to code.
Either I fucking hate people if I see their code or I respect them.
But getting a friend because of code seems to me rather unrealistic.
Maybe I could get a female code groupie, if I write code little bit more lovely and sexy.
Ask me again in a year.15 -
Developers
that
put
every
line
of
code
on
a
new
line
Why??????? Seriously this shit is not making it more readable you know12 -
Refactoring someone else's code (the dude's a senior).
I'm a junior, just updated my linkedin, burnout activated, I can't deal with this kind of shit no more.
Outro: this is the nicest piece of code from him, every other line of code just .... just.... D:14 -
Yahoo, Kotlin is the first class language for android. So no more fucking Java codes. No more 100 lines for basic configurations. No more null pointer exceptions.
Only beautiful code and fun.14 -
Sometimes dirty code is more efficient than clean code.
If features get dropped frequently and requirements change every few days, writing best-practices, tested code is wasted time. Learned that in my first job where I thought the other devs were all bad. Until I realized their bad code pays my salary, and my clean code takes more time to develop.6 -
What do you guys do on off time? More code? Gaming?
I mostly spend weekends with my girlfriend and away from code. Helps clear my head for the coming week.20 -
Trying to write more commit , so that i can stay top in github project chart with less real code be like....
Git commit -am "added p in code"
Git commit -am "added r in code"
Git commit -am " added i in code"
Git commit -am "added n in code"
Gir commit -am "added t in code"
Git commit -am " gave the proper indentation to print"6 -
I saw this on the first page of a book that discusses techniques for writing clean code... The more I think about it, the more accurate it tests.
-
I think @dfox should add undewear as pants or a leaf because I code more naked or underwear/PJs than actually dressed5
-
What the f...
minified and obfuscated javascript code is more readable then the c# code of my colleague jeez...👹😡 what the f4 -
To incentivise myself to get fit, I decided to do push-ups/sit-ups whilst my code compiles
All that happened though is I now spend a lot more time making sure my code compiles quickly 😅5 -
That moment when you as a junior developer is trying to write good, maintainable code and a more senior developer stops by and says "It's too late to start adding good code. I'll help you quick fix it".
-
Coding while drunk currently in the middle of the fucking day, hopefully I wont regret this tomorrow? Who am i kidding I'm writing brilliant code i should code drunk more often2
-
The more I play with C, the more I realize why many people hate C++.
I like the amount of control and the simplicity. No unnecessary syntax sugar, and the code is very straightforward to read.11 -
Just found this comment in some code I wrote a few months ago... don't think I've ever been more honest!5
-
That feeling when you see your deployed code running smoothly is probably more satisfying (almost orgasmic) than it should be...???
-
Life is like code,
Your loved ones are your IDE,
You can be good with code without an IDE,
but it makes things much more smoother when you have one :D
Life quote :) -
TIL the term "Kangaroo Code" was also a popular sort-of synonym for "Spaghetti Code".
It more referred to languages that heavily used "goto"s (because it would be "code with a lot of jumps")10 -
I wish all newbies would read clean code. I feel if you understand the concepts you can more easily join an established team and contribute more quickly with less do overs. I realize writing elegant, testable code is like making good whiskey. It takes time.5
-
We worked with that freelancer some time ago. Most talented coder I've ever known. Coding for only 3 years, and only 1 technology, but technical thinking already up to par with my own 15+ years of experience. Very rude but to the point. We loved it - "one of us". We hired that asshole for different remote projects over 20 times in 3 years. We send spec, answer questions, collaborate on chat, review work on svn, add tickets, get solutions. After about a year working like that we had minor issue with finance that revealed our prized freelancer is a chick.
Changed nothing.4 -
The more someone talks about how code should be "self documenting" the less likely their code is to actually be "self documenting"5
-
Working Code has bugs
More code = more bugs
More bugs = less working code
More code = less working code7 -
Why does this happen?
Whenever I begin with my exams, I think more about Code and Programming!!
😑😑😑5 -
Life cycle of code
1- See what sound code I have written! It's beautiful.
2 - Hey we missed something last time, just add this bit of tweak.
3 - We need to add some flags for some exception cases
4 - Hey there is a new requirement. Just add some more paths and more flags
5 - More flags!
6 - This shit runs now more on flags than on the design!
7 - Flagception!3 -
I need a room to scream. Fuckin fuck every asshole cunt who sees shit code and decides its ok to write more shit code rather than fix it, absolute fuckin cunts10
-
People learning to code who seems to have more interest in that their code works than in why it works. Do yourself a favour and learn something you have an interest in.2
-
Selecting the music to code to. As a matter of fact I just wasted more than an hour looking for the right song and now I am wasting more time ranting about it on devRant.
-
copied a code for android from stackoverflow and it worked
edited the code no more works
removed the code and pasted the original code from stackoverflow and still doesnt work
clean and build and now the code starts to work7 -
*me browsing through my company's code style guide*
"You must not use spaces for indentation" - awesome!
"Files must not contain more than 4000 lines of code" - wtf?9 -
Manager : what is "looks good" in code review comment??? You have to be more detailed.
Me in next code review : It is not aesthetically pleasing, but it gets the job done. -
Manager redesigned large parts of a website template that I have been working on.
now, this did not bother me one bit but I am pretty sure it has to do with the delivery of the message. She was so happy about the redesign and it really did look better. I could not find it in me heart to not comply and just be happy. Plus she always lets me come in super late :V and she really is pretty and very nice to us.
oh well.2 -
Typical code life?
1. Write rough comments
2. Write more detailed comments
3. Write pseudo code
4. Write semi-working but definitely ugly code
5. Write working but very ugly code
6. Refactor the code to be nicer, check for patterns, bottlenecks and other bits and pieces
7. Push to git the "final" code
8. After few months blame whoever wrote the code
9. Refactor all the things!
---
This happened in my career more than once and still - it seems like the best option out there to get things done. What do you guys think? Should something be added/removed from this? Is this over-complicated or what?2 -
Don't focus too much on learning one specific language. After some coding getting to know a new one is going to be no problem. Focus more on paradigms and maintainable code.
Oh, and don't forget, comments are sometimes way more useful than the actual code. -
There's nothing more horrifying than seeing the code made by Java Swing. Good luck trying to find label1X5zPotato and what it does.
-
Hey guys, wanna see some spaghetti code? This is some parts of Yandere Simulator. More in comments6
-
Java must be like a food that requires an acquired taste because the more that I code in it, the more I enjoy it.2
-
I am currently refactoring some code which exists before my time in this company.
The code was so inefficient before. To put into perspective for every function call it used to loop through some data 100+ times .
I replaced it with a map and voila, no more loops anymore.
The person who wrote this code don't even realise how bad his code was. He sits besides me writing more stupid hacky code for other parts of the app.3 -
When you can't sleep, because you are more worried about your code review...
That's my state right now... -
-*sleeping frustated cause of code errors*
brain: hey, wake up! I think I know the solution of that code
-*wake up at 4 am*
-*do the code*
-*get more errors*
Fuck this life1 -
Coding faster is more important than code quality? GitHub shows a call to action: "Code 55% faster with GitHub Copilot". WTF?14
-
Wrap anything more than two lines into another function. Reading such code makes your brain stack overflow.
I’ve met several...1 -
Code monkey see bad code.
Code monkey don’t say anything.
Nobody ask code monkey.
Linter see bad code too.
Nobody pay attention to linter.
Code monkey get more bananas on Thursday.
Code monkey grateful for bananas.
Maybe one day, code monkey make banana tree.1 -
Last 4 days, struggling to get ship it from a Dev who is reviewing my code.
The comments have already piled up more than the LOC submitted.
The code review consists of just 2 interfaces and a pojo. Hardly 20 LOC in total, excluding javadocs.
I hope it gets ship it soon.
Wish me luck.2 -
What if a code, running a factory, making dev ducks, was buggy? Would these ducks cause more bugs in our codes?2
-
Just received a CD that contain < 5gb worth of stuff from my fileshare at my secondary school.
can't wait to find a computer that still has a cd drive so i can find out what coding wonders I have on here...1 -
Yay ...
No more !important in SCSS...
All colors pulled from variables...
Such code ... Very clean 😂 -
that moment when you want to code but don't have anything to work on... I need more programming friends5
-
!rant
I laughed more than I should about my own code
Can you guess what small widely known game these textures belong to?4 -
"less is more" ... except on a FUCKING STACKTRACE, HOW THE FUCKSHIT FUCK SHITFUCK AM I SUPPOSED TO DEBUG YOUR SHITTARDFUCKED BULLSHIT CODE
-
I've created a code review for merging someone else's code, coz they were signed off sick for the last month.
They're making comments about how it's wrong.
It's code they wrote, but restructured to be more readable.
They wrote incorrect code that was just so illegible they didn't realise.
How do I explain this diplomatically?10 -
Just because OO exists, it's not mandatory.
Some code would be 10(+) times simpler, more readable and more maintainable without it.7 -
My dev Goals:
- Write better code commenting more.
- Create my first Open Source Project and publish it on GitHub.
- Improve my design skills.1 -
Actual production code:
while(1):
//A few lines of code here with a conditional break.
while(1):
//More code.
Have you ever just had nested infinite loops...4 -
Fifty little bugs jumping in the code,
One tracked down and dev started to code,
Developer called the compiler,
And the compiler said
Hundred more bugs (& errors) found in the code -
Goddamit now that school's started I don't have time to code any more. Why can't I just not do school and code all day gahhhhhhhhhhh5
-
The state of JavaScript in 2024.
More frameworks, more minor syntax shortcuts to make code look more like emojis
?= := ?? .? =~ ;-P
but no native typing
so that devs can go on fighting about "JavaScript vs. TypeScript"7 -
When you change one line of your source code and all of the rest of code don't work any more. Fucking Shit!2
-
Gotta love it when you try out a different VS Code extension for a specific language and then on each autoformat, more and more spaces get inserted.
IT LIVES!3 -
How come your fucking pseudo code is far more complex than python code? You're a fucking university teacher FFS, ALSO TELL ME WHY THE FUCK YOU START YOUR INDEX LIST BY 1.1
-
Was interested to code more but had to force myself to bed because I wanted to give some rest to my brain.2
-
today when I was asked to fix some code I couldn't help but count if those variables where used more times :D2
-
Cappuccino, Espresso, Espresso Doppio, Latte Macchiato...
Oh just basically caffeine... Makes the code more shiny!1 -
Imagine coding being like designing. Customers would look at your code and say vague things like: "could you make it more cool?", "could you make it more wow?", "could you make the background white?"2
-
This code smells, its like a puzzle that only will get more complicated the more you try to solve it.
- me after plowing my keyboard for a week writing subpar ad hoc code -
Was reading this blog. COBOL started as a low code application for managers to write code in a language close to English.
The more things change, the more they remain retarded.4 -
Okay, seriously, who invented merge conflicts? I want names! It's like playing Jenga with code, hoping your masterpiece doesn't topple over. I've seen more ">>>>>> HEAD" blocks than actual code lately.
Can we all agree to commit more frequently and save my sanity, please?5 -
<?php
define("NOW", date("Y-m-d H:i:s", time());
/* ..... more code ..... */
$nowUnix = strtotime(NOW);1 -
Any code should be simple and easy to read / understand.
I just reworked an old stored SQL proc.
Went from 102 lines to ... 10.
More I code, more I realize that maintainability, readability, comments and unit tests are more important than actual code. (And performances ofc. But if 1 line code does it in 1 second and 500 lines code in 0.2 seconds, I’ll take one line solution every time)5 -
vsinder (VScode tinder) is more of like a GitHub tinder. Nobody looks at the code. all are interested in your GitHub profile picture.3
-
1. React and all subsequent Facebook endeavors die
2. Be able to completely understand all code I come across
3. More dev wishes2 -
Looks familiar?
I really need to start giving more descriptive names when I test code..
Var that=
Vat thatt=
Var thattt=
....
Func workFFS=4 -
Stare at code I wrote weeks ago for a few hours, while not doing anything else hoping I get motivated to write more5
-
when the setup of programming environment takes more effort than the code.
and you're like fuck it i'll do it online!7 -
Switched to Visual Studio Code as my main editor when not using an IDE and really enjoy it way more than I thought5
-
I feel like coffee.
*Goes to make coffee.
I'll code a little more while it's pouring.
*Cold coffee needs heating up2 -
I can't live without coding so I don't take vacations for more than 2 days. However, I code for myself.3
-
Daft Punk in my headphones and I’m ready to gooooo! This makes writing code so much more enjoyable 😬
-
When marketing gets overly excited about analytics requirements and you have more code in a page for stats than actual functionality
-
Writing 20k lines of code and finally during compilation more numbers of errors....Life ends here....
-
Q - What is more frustrating than the code that won't compile?
A - Boss who is constantly asking you to compile this code.
- as quoted by @GoDmode1 -
More and more declining respect for programmers, unrealistic expectations from managers, and worse and worse code as everyone becomes dependent on taking modern hardware for granted.
-
How can code refactor be so stressfull that even doin' it on YOUR OWN CODE looks like taking a slow walk over broken glass? More than never: GOD BLESS THOSE WHO DAILY DEAL WITH LEGACY CODE
-
Me: ChatGPT write me a secure NGINX config which does...(continues to explain project details)
ChatGPT: Here. it's simple and it does all those things.
Me: Reads code. Looks at my code. Reads more code. Looks at my code. Squints in concentration. Ctrl + A Ctr + C.3 -
This guy named Tschache,Using a variation of typosquatting, he uploaded his code to 3 popular communities of developers–PyPi, RubyGems, NPM–and gave them names of the 214 most downloaded packages on.
As a result, over the span of few months, his sketchy code was executed on more than 17,000 domains and more than 45,000 times. Interestingly, more than half the time his code ran with complete administrative rights. His script was also found to affect .mil domains of the US military.
How cool he is!?
Source: http://incolumitas.com/data/...1 -
i wish i had no university classes (or at least, only programming classes) so that i could learn more about different technologies and had more time to code :(3
-
People talk about others last words, but we all know that our last code would be much more interesting 😇1
-
I recently read that great programmers care more about algorithms than code. I hope I can find more time to devote to learning algorithms than spending it on yet another framework. #springboot.js1
-
Something I hate about working in the team is that the code reviewer will stall the time and leave a lot of pull requests unreviewed. As more code changes more commits and more pull requests.
The code base is conflicting with each other, what the fuck? I hate this.5 -
What is e=mc²?
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
That's "(errors) = (more code)²" 😂6 -
What do you think about the relation of the weather and programming? Northern countries are more prone to code than southern ones?3
-
Guys, which code editor is better for PHP/JS/HTML/CSS? I mean, with more addons, code completion, and so on..
Atom? Sublime? Brackets? VS Code?
Thanks!21 -
Resharper - it makes writing .net code so much more easier and shows you how to rewrite loop.
Everything else VS code - right now it's the new hot thing for me to write ruby, python and JavaScript.1 -
We need a code shortcode here for more dev jokes.
[code]
if (int devrantpoints <= 10 && bathroombreak) {
cout << newrant ();
}
[/code] -
I see lots of script kiddies these days that call themselves software developers or hackers. Their shitty code is flooding the world, so write more code you fuckers and let the world burn2
-
Can't stand more unproductive teams/zoom meetings anymore!!!
Fck this pandemic crap, let me code in peace!!!3 -
Nothing bothers me more than reading code that's written like a school essay instead of just indenting and spacing it out.
-
@Engyne reminded me that I got Enki from here and I must give back. So, here's the code, works for 3 people! 😃
Your Enki invite code: IOSTR756.
Learn more at: https://enki.com/1 -
For completely nonsensical projects I propose a new metric. Instead of counting how much code is covered with tests, I propose to count how many tests are actually testing the code. They really write more tests than code nowadays3
-
Writing code for software that was deprecated since 2015 it's a nightmare. More when the unit tests take way more time than the actual fix or feature. Just kill it with fire
-
When I code in Qt Creator, and a function get to be more than 950 lines of code, autocomplete/autoformatting stops working.
I feel like Qt Creator is judging me...2 -
Anyone else notice themselves simplifying their English text / conversations (typed or verbal) because they've been doing code for so many years?
I barely even English anymore cuz code is more expressive so I think in it's grammar;2 -
I don't save computer resources... I mean come on, there is a hundreds of gb RAM, dosens of cores, who cares if code has some line more if it's more easy to read...2
-
I find it interesting that most of the devRant profiles I look at only put the languages they know in the skills section, not the things they do with those languages.
Why is that?5 -
WWDC or 2hours commercial
None life of code like the google io(first day)
“Developers conferences” are comming less dev and more marketing1 -
Refactoring some horrendous old ass (ruby) code and I come across
`schedules.each |do|`
okay. Where does `schedules` get set?
`schedules = [create_schedule(args)]`
Cool. An array that never has more than one object in it. Good code, guy.2 -
Messy business rules results in messy code base results in unhappy programmers results in high turnover rate results in more messy code results in falling business
-
Me seeing my code when the agent give me the modification to the project!!!!
WhhhhhhY!
// I'm sorry comments I should've used you more1 -
Finding a stored procedure to copy code out of because I didn’t have the brainpower or willpower to write the same code again.
Ironically, finding the sProc probably took more time than actually rewriting it.....1 -
We're spending more time shipping dud code to close tickets from our biggest client than we are actually working on the next release.
-
Making CS more practical oriented and hands-on focussed would help a lot. It will develop more interest and attract more students. Nothing feels better than your own code doing what you intended it to.
-
I started a months ago in a new company and I grab a horrible legacy system and what makes me more angry is they know the code isn't code and isn't fit our new reality but they don't want to refactor the same.
So which more features we produce more bugs comes along because the legacy code bugs still on there.4 -
It's more annoying for me when my code works and I don't know why (when actually it has not work) than when my code doesn't work and I don't know why.2
-
- Stay relevant in technology
- Keep working from home and writing code
- Try to finish some personal projects
- Post more content online
- Print more 3d stuff
- Learn Blender
- Gain CKA k8 certificate and some other cloud related certificates
- Try to find one more nice remote client
That’s more on less everything related with dev / computer stuff. -
Somebody write more and more ugly / incomprehensible lines of code for 1-2 beautiful line.
But the bug is always in ugly code.
I hate these programmers, I hate these programs!1 -
Someone save me from this fucking stupid corporate web based trainings and let me focus on more important shit like re-factoring my code (ohh joke) and/or writing something more code then going what i just mentioned above.
-
Things could be soo much better if I could just refactor this code to accommodate more than one web service... #soapmessages #devwoes
-
If I get a line of code for every time I say I'm gonna be productive, I'd have more lines of code compared to the amount of lines of code I've coded.
-
<previous_developer>'s_file_of_shame.me a log of hideous code base I've inherited. is growing and growing. The more I write the more I wish I would be rid of it.1
-
When do you know your code is documented well?
If writing anything more besides your code feels absolutely unnecessary.2 -
I don't "using namespace std;" because it makes my code look more confusing to others and may make them more hesitant to ask questions.8
-
'Where to code' or 'when to code'?
Which one is more important than the other to you?
(Or are they equally important?)7 -
I know it doesn't really apply because we have widescreen monitors now, but regardless, I hate seeing code that runs the width of the screen, I'd much rather have more lines than more columns. Viva la vertical!5
-
sometimes need to learn about how people thinking much more than computer do. like visualitaion your "magic" code with some people want.
-
write simple working code with some duplicated code (less than 10 lines) and have compile time safety , NAH
write more complicated code you have to spend time fixing thanks to PR feedback -
I just realized i didnt push my BREAKING api changes for at least 2 Weeks, tomorrow is the initial deployment and either my code or the teams code is not gonna work, still deciding which is more important <.<
-
Doing more and more config and admin stuff, dont know how i ended up here. Wrote a line of code today and felt great. Salesforce "development" is killing my spirit, one day at a time1
-
I wish I spent less time working on code so I could spend more time learning other coding languages and frameworks3
-
while working with c++(QT) remove inheritance. compile. all good. unrelated code just stops working in runtime. *pouring more coffee*
-
“Whenever I have to think to understand what the code is doing, I ask myself if I can refactor the code to make that understanding more immediately apparent.” - Martin Fowler
-
Flowcharting actual computing processes and using flowcharts to code. For someone who is more visual than logical like me, it helps as guide to code and it also serves as documentation to clients.
-
I'm in a situation where the more working code I write, the more I'm getting close to get an error EVEN IF the code still works perfectly. (I can assure you it works).
It feels bad.1 -
It's finally weekend and I spent all night coding. Now I want to code more because I have so many ideas but my fucking eyes hurt!! C'mon eyes... recover faster!!5
-
!rant
My "The rule of St. Benedict, as your Code of Conduct" repository has more stars than the repository of my Emacs configuration in Github, haha. https://github.com/saint-benedict/...1 -
When you forget to push the code on Git, you reload the website and nothing has changed. Go back to code to tweak some more and then push to Git. Now you have to go back to code to remove the extra tweak you've done and test again... 😅
-
I was looking for a RRule Generator Component in ReactJS because I (a back-end dev) am lazy af to build front-end component. It drains my energy and I stumbled upon "react-rrule-generator". And holy moly. It is no longer maintained, but it has a very beautiful code. Then I thought, I should search more open source projects where code is clean so I can learn more.
So, do any of you know any open source project, library code or whatever that you think has a very clean code?3 -
Make the comments of a piece of code more complex than the code itself. I don’t know how I do this, it’s like a instinct or something like that1
-
More like :
For number in range(5){
Your code
}
Or
For number in range(5)
{
Your code
}
( I know that in python for is not use with { that was just for the exemple )4 -
Irony - (noun) Switching to a new framework to do more with less code. Spending obscene amount of time and LOC to retrofit rest of the code to work with the said framework.
-
I think trying to debug code is probably more annoying than figuring out the right statements to write for the project.
-
Just discovered font ligatures in vs code with the new font Cascadia Code.
I didn't know I could love coding more.
https://omgubuntu.co.uk/2019/09/...4 -
There's nothing worst than legacy code without documentation. That means I have to spend more time understanding the legacy code than actually coding.4
-
The smaller the code changes the longer the name of PR for the code.
And even more review changes mentioned by the reviewer... -
Not a function but X macros in C. Using them makes the code significantly more manageable and cleaner
-
XXXX programming language does not scale. Nope, it is your code. Review your code and improve it! Don't add more hardware to improve performance, that solution just covers the problem. Review, review and review
-
Posting here after more than a year and getting through the pandemic.
I typed more lines of code during this pandemic compared to last 2 years. -
Shitty code. Nothing makes me avoid coding more than seeing bad written obfuscated hard to debug code...
Look a fly. -
When you spend more time writing tests for you code compared to the actual amount of time it took you to write the code logic #tdd1
-
Had to refractor and abstract some code into an angular 2 component so it can be reused by another. Well I could have just copied and pasted the code from component 1 to 2, that would have been a lot more faster than making this piece of code separate. The later is better, removes code duplicate and your code reads better.
-
Finding myself with more and more time where I'm not engaged in conversation or listening to an actual person. What are the best dev-related podcasts to listen to whilst I work/code?1
-
A computer programmer is just a device that can transform one or more cups of coffee into a hundred or more lines of code.3
-
Do you more experienced devs have any recommendations for books/online courses etc. about design pattern or "What is good code" - principals?
-
coding is weird. a third party code you integrated successfully in past will simply integrate no more in new project.
-
idk why but personal project code gives me more OCD triggers than work project code.
Can't code for myself anymore. My OCD kicks in and makes me wanna throw up when I look at the shit I coded last week for my pet project.3 -
student: eh, eslint is only to enforce our code to be more readable to you, you're a lazy teacher!
*sigh*2 -
I need recommendation for site/community to improve my (clean) code style?
And, in more general, what are your ways to improve code style and programming way of thinking - more oriented towards bigger picture of application/systems (patterns, architecture, etc.)?3 -
Possessiveness over one's code is more dangerous than possessiveness over his girl - codes are getting closer to heart