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 - "now i code"
-
Hoorah! My code finally works! Now gotta remove those 1000 print statements I used to identify the bugs 😥11
-
Just saw an ad:
"I learned to code in 2 months thanks to X School and now I'm working at Google!"
Seems like now is the right time to dump your Google stocks.2 -
Boss throwing up a huge source code that I didn't see before.
Boss: Hey, this is an app from a contractor to do XYZ.
Me: Oh, okay.. so?
Boss: You will continue the code and the maintenance now. How much time do you need to implement X feature?
Me: I need to see the code first, can't say nothing now.
Boss: ok I need estimation now.
Me: *getting nervous* I need to see the fuckening code first. if you want estimation now I would say one year..
Boss: what?
Me: what?18 -
Fuxk yeah! My code works! It's 2AM, I'm happy and there's no one around, so I wrote a poem :-P
What was once impossible,
Is now close to completion,
Thanks to my debug statements,
Which now await their deletion.28 -
On Friday I deployed to a life site without going through code review or any testing whatsoever. I am now known around the office as 'Billy the Kid'.6
-
And when I was busy wasting my time on my girlfriend who is my ex now, my friends were busy coding an AI chat-bot. Now, I use their chat-bot to talk to when lonely.
Moral :
Girlfriends ditch you.... code doesn't. Love code.15 -
Only God and I knew what I was doing, writing uncommented code in C a year ago.
Now, only God knows.2 -
I can now die without regret, I came back to a project after leaving it for three months
I WAS ABLE TO UNDERSTAND MY CODE!
I think I reached the point of writing clean code?
Let's hope so :)10 -
My code passed the review today. It is now being pushed to production. I can't express my happiness 😅17
-
I have a lot of interesting code snippets from some kind of inhouse CRM/billing software, but for now let's look at this very useful PHP function.4
-
This guy next to me in the train is coding C#... but his codestyle looks like... no words... I am now reading Clean Code!
I hope he will notice!😂8 -
Yesterday I said: "My code was nice and well organized but then I started to do the things the customer wanted. Now it's horrible and ugly."3
-
Fuckin hell!!
Code works everywhere except at one client. Ok, I check logs & see something missing.. I go check the code that handles excel files.. try catch and do nothing.. great.. :/ ok let's log this shit to see what is not ok...
Insert logs, build, update, run.. now it freakin works o.O11 -
I've had this amazing piece of advice as my Desktop wallpaper ever sense it popped up on r/programmerHumor. I mean I still don't write clean code, but now I know to be prepared for the fucker!2
-
Friend: Hey can you check my code, can't seen to find this one error, and i have been trying for hours now.
Me: Just one error?
Friend: Ya, just one. And it i am not in a hurry, check it whenever you can.
Me: *understanding the pain of not finding that one fucking error*
Cool, just send me the code i ll check it tonight.
Later that night i check the code, debugg that error, shit ton of more error pop up.
Me: Well i have solved the one error, now i can just hand over the rest of the code to the guy so he can take care of the rest, its not like i am responsible or aything. HOWEVER, maybe i can solve few more, just for fun, i can't just let this code get the better of me.
*ends up clearing all the error after a lomg night*4 -
I'M AN IDIOT.
I accidentally typed the wrong command when I was compiling my C++ code with GCC, and guess what?
My .cpp file is gone. The .exe is still there, but that's useless to me right now.
It wasn't an important code, just something I recently started on, but I can't believe I did something so ignorant.17 -
Im kind of a backend guy now
client says I have the "view" of website, and backend code. just plug the view to the backend...
Sends .jpg files an tells me "oh, its just photoshop yet. can you quickly pull the frontend code from it?" 😑6 -
Code archaeology.
Almost everything I fix/update/build requires a ridiculous amount of digging through and carefully studying the mountains of neglected, decaying, and shoddy code that make up these projects.
I spend maybe 10% of my time (and likely closer to 5%) actually writing code now. I miss it so much.7 -
I wish I had a group of dev friends to just sit around and code with. It's just been me, myself and I for the past 3 years now..4
-
If found a Website with a nice Guestbook. Funny thing: HTML-Code and JavaScript-Code in the message was not getting escaped. So I wrote a little JS-Script wich alerts “Nope“ and the then redirects to pornhub.com after page load.
After about 2 WEEKS of funny redirecting, they updated their site and HTML-Code is now getting escaped.10 -
I just changed a bunch of comments, log entries, and removed some blank lines from one of my controllers. Zero functional code changes. Everything worked before; now it runs only half the code, breaks, and throws strange errors.
Fucking hell.
Screw today.6 -
My team member just rewrote all of my code and it looks beautiful and it works but and now i feel like I'm a terrible programmer :'(13
-
People, for God's sake PLEASE at least try to understand the code you are copy-pasting ... now I have to debug a weird function because of someone who didn't.4
-
When I was first hired, I coded all day long and all was right with the universe. Then I got promoted. now all I do is attend meetings, grant access, and review other people's code. I need a demotion.6
-
I started learning php at age 15, copying code from tutorials, changing stuff until it worked. Now 10 years later I still copy code from tutorials and change stuff until it works...3
-
Third day at work .. finally got my laptop Yaaay!! now I can code!
Me: Can I have access to the repository?
Co-worker: we don't have one.
Me: Silent!!7 -
No, listen to me. I cannot approve this PR because your code does not comply with our code style. All the imports and annotations must be sorted in ascending order by length. They must all make fir-like blocks of code. Because it looks nice.
Now go and fix your code
I just smiled and walked away to obfuscate my code with firs . I had no idea what to even say to that... I still don't14 -
Me: Taking online course for programming. Think it's not that hard.
PC: Coded programm runs good like in the tutorial.
Me: Wow I can code now.
Just printed "Hello World"4 -
The amount of "echo {number};" thingies I have in my code right now is too damn high, please don't kill me 😅7
-
I'm now typing clean code. [1]
And it shows - the code really looks better. [2]
.
.
.
.
[1] I cleaned my keyboard by removing every single key and wiping it with alcohol.
[2] After I bought a new monitor, that is.1 -
I finally ended my first side project ever. I challenged myself to write a Tetris game in vanilla JS (with the less possible lines of code), some algorithm was tougher than I expected (2d array hell) but I made it ! 500 lines of JS code, I feel I could refactor some stuffs now...4
-
The one who said "Code should comment itself" must not have used assembly.
I literally wrote this 30 seconds ago and I can't work out what it does now...1 -
I explained my latest project to a non developer friend. I told him I'm almost done with the code, now I just need to debug and get it ready for production.
"Why don't you write code that doesn't have any bugs?"
"Holy shit! I never thought about that! Thank you so much, I'll make sure to write bug free code from now on".10 -
I'm so weary of JS right now but every time i want to code something in another language i just think:
"Why don't i just do this in JS. Would be much easier."
Please help me.13 -
When I started learning to code I couldn't wait to become a 'senior dev' thinking I would spend all my time writing awesome code.
Now that I am a 'senior dev' and have the experience I now spend 90% of my time documenting & planning and even less time coding :'(9 -
When i Code , I feel like i should take a break,
After Taking a Break,
WTf why I took the break , now what this code do !!! -
So my co-worker loves to tell us to comment our code, for obvious reasons.
But now I'm debugging his code, and guess what.
No comments.
Okay, maybe two comments in two different queries, but they were not that helpfull.
So now I have to debug his code, and I have no idea what I'm even supposed to look for!10 -
I've discovered now that on VS Code when you point over a CSS class it shows you an example of the element it reffer to. 😲
I don't know if it's something new or if it's already present in other editors, but I found it now and I love it!5 -
I don't always leave my job..
But when I do, I leave a bunch of shitty code that will make the next developer suffer.
That's what they get if they keep asking 'We need it now/today'4 -
I still don't understand the effect devRant has had on me...
When I first joined I was quite happy just being my old 2D game developer self but now all I want to do is build CLI tools, interpreters, root through source code I don't understand and not shut up about arch... Not sure of I'm down the right track or not now10 -
*Swiches on the PC and opens VS*
Probably I should get some coffee.
*1 hour later, with 0 LOC written*
I should probably code now. Umm, I need music, else I might not focus on the code.
*another hour passes by headbanging to led zeppelin and still on 0 LOC progress*
You know what, this wont work. I should eat and will code with a fresh mind..
*has lunch*
I'll code now.. Maybe I should check up on devrant...
*time goes by with 0 LOC at the end of the day.*
I'll do it tomorrow.
*Next Day, repeats what I did on the earlier day*3 -
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 -
Dear Google, please notify devs before you overhaul apis in Android, I hate updating my api level and then my code won't build, this ia extremely shitty, where I have to now update random Android code because of deprecated apis, Shit Google.3
-
I realized how overly complicated I wrote certain object oriented code a few months ago and now I have to work around it...
I over engineered it... I became the very developer I hate5 -
I finally have a storyline for my game and it's pretty interesting..
Now I dont know what software to code the game in :c33 -
Ah.. the beauty of clean code.
I wrote a very cleanly written program two years ago. Proper variable names, not too many, right naming, right design pattern,.. Now I come back to it and I am able to instantly figure out the code again. It only took me half a minute.
The importance of clean code... that's something the industry needs to understand more. Well, then there's the money issue. lol5 -
Last week I designed the front page of a construction company website for getting the internship....
After showing my sample to the HR ..he mailed me asking
--->
"Do you know how to code?"
--->
Now I don't know is it sarcastic or I really don't know how to code.17 -
So I was coding a project that was left for me because the initial developer was fired (I didn't know why). When I was reading his code:
var saturday_sunday = week.day - 1;
Now I understand why he was fired.5 -
I made it! 5 pull requests for Hacktoberfest :) .
I'm super happy because until now I really didn't know how to help other projects or even have the motivation, but now I can say I have helped a few get their code right :P7 -
Fuck fucking fuckerty fuck I forgot to backup my projects code appearantly and now at least a week is lost F.U.C.K.5
-
I used to prefer, think, and code in loops rather recursion.
Now though somehow it's the other way around...
And I have to assure myself why a piece of code I wrote won't cause a Stack overflow... and that if I really had to I could convert it back to a loop.
Haven't done it though for a awhile tho...7 -
Today I decided sleep earlier and not to code late night , But when I checked time It was 12.20AM. And after that I was just checking rant, It's 1.00 AM now..☺😁2
-
My wife is starting to learn how to code. Now is finally understanding when I say this function will be over when is over.
-
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.
-
When I realized "I" could change a computer's code. It was a very strong "I am the master now!" moment. I could be Jedi or Sith and control the destiny of this calculating machine for good or ill! I was the master of the computer universe! Also, I wanted to make games and graphics and sounds!
Now I write software that could legit kill someone really really if done wrong. Unlikely, but possible. Not the power I wanted...
One of the first computers I ever wrote code on was a 286. Quick Basic!13 -
I came to this company. I saw spaghetti code. I told myself to write clean code and also clean the existing code. I took too much pressure for too little return. I am done with this shit. I will now write clean code but fuck the old spaghetti code!2
-
I started a project at high school 7 years ago, I had no idea what's clean code or design pattern, just learn while keep coding. I eventually stopped because my code is so terrible I cannot understand it anymore.
Now, after 1 year of working, I look back those dirty codes and think it is actually not that bad. Within hours I even fixed a bug with concurrency.
I start to think, instead of learning to how to write good code, maybe I should learn how to read bad code. That's just much more practical.5 -
I feel so embarrassed right now. I used to live on W3Schools, and never knew they had the validator to check your code. Holy shit this is amazing. 😂😂🤦11
-
So the juniors finished a feature and it's okay, it passed all tests.
Now I'm cleaning their code and... I opened up a whole file with trash code that is either repetitive, or not even used. I decided to save it in case it breaks one of the features but... nope, everything seems to be running perfectly with just half of the code they wrote.4 -
I have to say, Kotlin is getting interesting now. At first i was like "WTF is this shit", but now im like "TF, did i just create a data class with 2 lines of code as opposed to the 14 i would have using JAVA? TF you've been Kotlin?"
-
The fact that there are code editor apps for android just changed my life. Now I can buy a small bluetooth keyboard and code on the go.5
-
Brought my Mac to holidays so I can code... while at it, I realized that I left the charger at home ..Now I'll have to go home with a depressed state of mind2
-
I was deaf but now i'm half blinded ! :/
(Glad i know the place of the keys)
So boered cuz i cant code or even read a book!
FUUUUUCK !!!!18 -
When I was a kid :
- Bugs eat grass
Now:
- Bugs eat time
I still wonder when will the day come when I write bug-free code in my first attempt (:(8 -
I just started commenting my code. I know, its horrible i havent done this earlier..
I actually enjoy it now, i can express rage, write small jokes for myself to read next time i gotta edit the code, or just remind myself how fucking stupid i used to be11 -
Now what exactly do I do with this error code. Windows sometimes sucks at showing proper errors :/2
-
Writing some code to sift through some demographic data. Thought I could parallelize a few calls. Now I have a race race condition...
#blackcodematters1 -
Note to self:
Fucking comment your fucking code
So I finally got time to work on an old project and now I can't figure out what does what.6 -
Reads horrible code
Opens DevRant to rant about it
Reads some stories
Ok, better mood, I can continue working now.
What was my planned rant about again? Ah, it can't be that bad.
Goes back to the code: Oh no, it is that bad...1 -
Troubleshooting code...
Me: "ok cool did that fix it?"
Program: [same error]
Me: "alright, so can I break it harder?"
Program: [new error]
Me: "now we're getting somewhere!" 🎉2 -
It's almost 10 pm now. For some reason, I have a sudden strong urge to code something till morning. The problem is I don't know what to code.11
-
I was struggling to make advancements in my task because I was so oriented by the "more code means more work done"... I wasn't producing at all. Now that I grabbed a notebook and a pen and started to think things through, things are finally rolling. Sometimes it's 90% thinking and 10% coding. In addition to that, I can't even write spagetti code after getting a solid concept written in pen. I just hate that I spend so much time thinking until something good comes up. But hey now it's rollinnnnnn.undefined pen productivity less is more notebook efficient implementations mean more puzzles work smart not hard4
-
🎶Lemon Tree🎶
I wonder why,
I wonder how,
This stupid piece of code actually works right now.
And all that I could see, it's actually compiling...
(Happens all the time)1 -
I hate how I've been writing code for years now, but I still don't feel right calling myself a developer. So frustrating!5
-
i told my boss ill just do it tomorrow and he agreed and i never did it. i still have it that part of the code as a pending TODO. it has been 7 months now.
-
Uhhh I'm on like the 12th or 13th week of not touching any code.
I just don't feel like it, and now classwork is piling up, so I just don't do it. 🤷🏻♂️🤷🏻♂️6 -
I have never believed that it would come to this. I am writing a javascript code exam on a paper. Honestly. I always laughed at posts where I saw code on paper, but now... I'm the same xdd.4
-
That feeling when you saw your code and says "I can certainly code better". Took the day to refactor and felt satisfied with the code now. I feel awesome muahahah
-
Oh, I did it again!
Everytime I think I will write proper standard code with full documentation, but well, guess who didn't write documentation... And now forgot how his own code works.4 -
I've played 46000 battles in WorldofTanks.
avg battle time: 10 minutes
Total minutes: 460000
Total hours: 7666.66
Total days: 319 days of gameplay!
Now I just wonder had I invested all that time to code what I could have become by now.6 -
I wish I could share this code with y'all, holy moly, it's bad.
It stinks so much, it hurts.
And now I have to write more bad, stinky code to add a feature that will be used until this thing will get shut down by end of next quarter. Because trying to write good code in this thing is impossible.7 -
I've got a confession to make. I.. I just love hand-obfuscating JS-Code. Not because, i would prefer working with obfuscated code.. I just find it extremely satisfying watching the code shrink and being the only one being able to understand it..
It's out. I feel better now.4 -
@dfox add a onBackPressed function and while exit make the code to double press the back button to exit.
Mistakenly clicked back button, now I hate my life.4 -
So I had been debugging this code for the past 2.5 days without much sleep and couldn't figure out why it wouldn't work.. Turns out I was passing the wrong variable to a method -_-
On the bright side, while debugging I was able to optimise the code and now it runs waaay faster 😎
Now, time to go into hibernation 😴1 -
Previously, I use Codecademy to learn code.
Now I learn from my friends. Believe me, they helped understand OOP better. -
!rant
how long do you guys code per day?
being a student i have now extreme difficulties in time management😐
need some advice...9 -
I really feel like coding right now, but I don't have time. Problem is: when I do have time and I have to code I probably don't want to anymore.
-
One of our clients codebase, once almost completely PHP, now officially contains more JS than PHP code. I don't know if we should celebrate or cry.10
-
This post is now dedicated for a comment debate with the topic "Is Visual Studio Code an IDE?"
I 'll see myself out. Make the comments rain8 -
I always had little time to code. But since I have my server I just have admin related stuff to do. It's been a few days now since I have seen my editor for the last time.
Hate that.1 -
Went thru some code today, found this...
WHY WOULD I EVER DO THAT?!
(It's fixed now, and yes, I still have all my tables in my db.)4 -
Stopped coding for 5 months.
For 5 months I didn't forget my name, my age, how to sleep and the fact I live every second.
Fortunately, now I code again. -
I've literally ignored. My mates twice now , all I want is to chill and code.
I think other people don't get that. Honestly Xmas is far more draining then anything7 -
Came to my parents house for the vacation period and forgot to push the code i was working on my computer. Now i sit with my laptop crying.4
-
Fuck..I lent someone my laptop and they returned it with a different power adapter and most of the keyboard keys don't respond when I press them. Now I can't code or do anything coz all I ever do is code, really.4
-
Right now I need to fix 10 years old php code handling data sets coming from a database. Normally I work mostly on C#.
God, do I miss LINQ!8 -
The best code review experience I had is when I started with my first job I used to write 10 lines of code and used to get 20 comments on that, well i learnt a lot from him and now whenever i get review comments on my PR i actually feel good.1
-
I am working as a functional consultant in a project and I setup a source control for a project for better code management....
I wanted to review the code and realized developers have been checking in zipped source code in that....
Checked with Dev Lead and got to know that's how they have been managing code till now in other projects in SharePoint so they are following same practices here3 -
When you find a new use for an old app I wrote and still have the source code...
And now I'm late to work... -
Haha I started to read some programming books (want to get better in pattern designs, etc) and now I am dreaming code for 3 days in a row. Maybe I shloud stop? Fml4
-
So I'm trying to get used to using vim and I've spent a couple of days setting up my vimrc and practising commands and what not.
Come today I'm doing my first proper coding session and my codes sending back weird errors and I can't work out why
Then when I read very carefully I find :w somewhere it's not supposed to be... Of course I'd forgetten to enter normal mode a ton of times and now my code is littered with :wq and :w so I spent a few minutes combing my code to find them all and it all works now.
Am I an elite hacker now?4 -
When I started my internship my PRs got absolutely blasted by code style comments and suggestions about code that could be more optimized
Now, almost a year later, I can proudly say my PRs only get a maximum of 2 comments and I've seen myself grow over the months :)3 -
When I first started coding, I always assumed my code was working without testing it. Now, I assume the output is wrong if get it right on the first try :/1
-
Day no.1 with Googles scholarship course ad udacity..
I learned that a line of code is "pew" so many lines of code is "pew pew pew". Now I'm ready to do serious android app development.2 -
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
-
As a rookie programming, I wrote really bad code and didn't understand why. Now, I've improved to where I know bad code, but I continue writing studios horrible solutions. And in the end up refactoring much until I don't have energy to look at my code anymore. This although knowing what I should/shouldn't do. Shame!6
-
Scala's default Seq is MUTABLE. Why the fuck do I want mutability in my functional scala code!?
Now I have to riddle my code with imports to scala.collection.immutable.Seq which looks just ugly.
Gosh dangit.3 -
When I was young I'd play games and around age 11 received an Xbox for my bday. Hated the case, so I painted the case. Since I had it open looked into getting a replacement fan.Thats when everything changed. I discovered the modding scene and without having any computer background/literacy got to studying.
The program that caught my eye ran on Linux. *shrugs thinking how hard can it be? * Read about Linux and discover dual booting. To do that I needed to resize windows partition. Learn more about partitions and get to it. Finally prepped... Backup in case of the worst, resized windows partition, working Ubuntu bootable USB, and printed install tutorial. Check, check, and check. Install was good. Sort of.
While Ubuntu worked, the broadcam wireless chipset driver did not. Fast forward a week and I feel that i had mastered the terminal basics. And WiFi worked! Go download the aforementioned program and FTP into the Xbox and BOOM... It doesn't work. More days and hours spent researching. In the end it all chalked up to not setting a static IP address on Xbox.
After all was said and done I had a bitchin Xbox. I think the only thing I didn't put on it was some gold spinning rims.
Sad part about that Xbox is that I never used it after. Instead I just kept messing around with Linux and learning more about computers. Taught myself HTML/CSS. Learned more about shell scripting. Then Windows cmd basics. Tried programming languages but felt a little overwhelmed. Only messed with <10 lines of code to tweak existing programs.
Now I'm learning C# and loving it. Planning on C++ or Java next! -
Why the fuck didn't I use LaTeX sooner, even though I knew for years of its existence...
Bye Word and Libre Office and Open Office!
Now I CODE my docs in vscode!19 -
Been working on a back-end server for one of my apps. Then I discovered Firebase. The way I code apps will change forever now. I've deleted all my back-end code and migrated to Firebase.
Firebase is like the new Parse.io, I love it3 -
It's been a year since I didn't code a line, and now I got a job where I should start programming and I don't where to start?4
-
Ffs... installed devRant, checked my long forgotten twatter, looked at my fb and now I can't stop browsing soc media. In 2 hours I managed to write only 10 lines of code 💩7
-
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live... because if I don't know now, I will find it out.3
-
FCUKING SHIT X-FUNCING-CODE! Collapsed code by mistakenly typing the shortcut now I cannot fucking EXPAND IT AGAIN T_T T_T T_T3
-
Just downloading the CM Source code right now. I'm really excited and nervous because I never tackled such a big project on my own.
Wish me Luck guys! :)1 -
Evening: I have no idea how to do it, 4 hours of programming are just wasted.
Morning: Oh, I changed couple lines in yesterday code and everything is perfect now. -
So I just finished writing my first Code Style/Standards documentation. I guess for now it's more just for me to figure out what annoying things I want changed but wanted to get everyone's opinion and thoughts.
I think this is safe to post as nothing company specific.
https://github.com/allanx2000/...2 -
Is it bad now I seem to take some pleasure whenever I see someone/something on my team blow up and go "¯\_(ツ)_/¯ not my code, not my problem"5
-
One coffee down and my eyes are just glazing over my code and wondering... right... what is it I gotta do now ... ? What day is it ... Where am I ...3
-
I am already tired before even looking at this code.
Looking at your code makes me cry.
I can insult myself whole day but it won’t be enough to survive looking at your coding style.
If cpu could talk it would ask for heater removal because your code depresses it so much.
Looking at your code makes my monitor burn out.
Downloading your code makes my hard drive stop.
And my favorite:
You’re already good developer so now stop writing and appoint as manager / tester. -
My gradnfather died, and basically i got all the garbage books about programming. I was 9 by the time. Now im 13, and i still dont know how to code...2
-
I learned how to code so I could build my startup ideas. Jokes on me, now I'm just a full time dev.1
-
I am the unit test guy now, please send all of your untested and poorly thought out code my way to be tested4
-
So it’s been a few months now since I first started learning to code and I am losing steam FAST. For the first couple months I couldn’t tear myself away from my screen and now I’m having a hard time forcing myself to even open my computer!!
What are some things you’ve done to get yourself past that rut?7 -
So the guy I replaced as the senior dev on my project (because he was lazy) is now trying to give me advice on how to cleanup my code.... This is the motherfucker who blatantly copies and pastes from one library to another and pushes the code without doing ANY testing and so I had to spend many weekends cleaning up his pile of shit code, and now I have 3 new tickets labelled 'style updates' that he wants me to merge in.... Fuck him, I'm not merging his code4
-
Just boosted my Starling/Adobe AIR game engine's performance by 60%! active code time per frame @ 60fps reduced from 50% to 19%. Now I have more room for lighting effects :)
-
I did some physical exercise yesterday. Now I have a terrible soreness in my legs so the only thing I can do is code.3
-
I just spent 3 days with 1 or 2 hour of sleep just for learning a new way to code. Not a project it just for learning. And it make me crazy i cant stop thinking about that. And now im not sleeping at all and code almost 24 hours. But i feel a lot of fun while writing a line of code. I enjoyed every sound i made with keyboard.
Im soo happy now i learned a lot of things. I dont know how to stop and i dont want to stop coding.
I dont know what im talking but thanks devrant for letting me post this shit.5 -
Finished writing code for a feature. Begins code analysis. "Analysing code" moments later "Build Failed". Really?! fucking really?! you tell me that now?
Ok granted it is nearly 1AM here I should go to bed. Good night guys! -
My company wants me to add semicolon in my JS code. I now have to change 191 lines. Why would you want the goddamn ;
😭12 -
The shit code I wrote before my cs degree is marginally better than the shit code I write now. The lack of of improvement is related to the shit job I got after my degree. Cs degree did teach me a lot of good oo concepts and design.... That I rarely use due to shit legacy code I maintain.1
-
Thanks to @Gormack, everybody is now trying to code inject my website! I have you beat! (Please nobody skilled try it I'll weep)9
-
Do you ever look at old code from years ago a think “god that was bad”? I’m so embarrassed by something I wrote on 2010, it’s shockingly bad!
I actually feel a little low and think maybe I’m not very good! Of course now my code is so much better but think to myself, is what I’m writing now gonna be the same down the line?2 -
Now I know why newbie profile photo is green circle
Everyone here is frustrated because of red circles/red dots on line number of the code xD1 -
Pretty sure that the code doesn't work on the first run, so I thought why not debug it now? but then when am I actually gonna run it...
-
So, I like refactoring old shits.
Now I want to exterminate this over thousand lines of code class. I have to be witty about it and do it within couple of PR, or they will find out I'm not doing anything productive but making their code cute again!3 -
I learned to code by trying too automate things. I started out with Windows batch and moved up to Java before I discovered the magic of C, C++, Python, and now Swift1
-
I just realized something. So my company's whole release process and code management now run on mainstream tech products: Atlassian, Jetbrains, IBM and not in house/vendor crap1
-
Code review today and the senior says "Avoid comments. Putting the procedure in a well named function where it can modify those class properties will work just as well."
ARE YOU KIDDING ME? YOU ARE GOING TO PREFER CODE OVERHEAD OVER COMMENTS? I AM SO TRIGGERED RIGHT NOW I CAN'T17 -
When I added that bug fix to my code a few weeks ago only myself and God knew what I changed - now only git knows...
-
Ever had to work with a Web backend, which is written in C++, has 30000 lines of code and is contains php, JQUERY, HTML as well as a desktop UI? I have to do that right now. Now, I am not the most experienced dev with Web stuff but this is fucking ridiculous.2
-
Now that I have to use Microsoft Teams chat, I don't find Slack that bad anymore. Teams doesn't support threads, source code is poorly formatted without any syntax highlighting, and emojis look shitty.11
-
So now they don't need it... So basically 2-3wks of work gone out the window...
Well at least I get paid either way and now I don't have to worry about releasing code that will might blow up in PROD... -
Gotta stop providing better code solutions to crap that's not my business, roped into so much crap and now I have to put all these bad code fixes into some intern training scenarios or something...fml
-
Finally decided to do some planning before writing code but now I feel like I'm just procrastinating around writing the code.
The struggle is real.2 -
That moment when you find a function called with faulty arguments or a referece mistaken and fix it and code actually works now aaaaand you wake up.. i started to dream about the same code cause i keep rewriting it for different reasons.. what a life
-
Wrote a REALLY bad, simple java method to generate the repetitive parts of c# classes
Now I’m curious about good code generation methods. How I probably should’ve done this
Think I could get some advice and links on how to start learning to write simple code generators?9 -
For now I decided to give less shits about bad code and the job. Unfortunately I am not resolute enough right now to steer a ship going in the wrong direction. Once clock hits 5 this homeboy is out.
-
My code worked without any error, now I am sure there is something perky, if not now, then there will be an issue because of this module... Yes, there will be a problem.1
-
So tired that I can't even think about writing code this weekend .... Despite really wanting to. 1000 things going through my head that I could code right now.1
-
Just wanted to work on some of the weekend ideas... I thought let's just install vs 2017... While installing I found out that I can't open any other vs... Not to worry, I thought, vs code may save the day...opened vs code... "Hey... There's new update... since it's normally very quick to update vs code lemme just install the update while vs 2017 is getting installed".. BAM!!! ... Vs Code update process got stuck for 20 mins..."Can I cancel the update? ".. BAM AGAIN!!! now vs code won't open.3
-
the Death Valley of PR approval
I have almost 3 years of work experience in programming professionally. Currently this is my second company. Previous company I worked for was very loose regarding clean code, code readability, tests etc. It was their way of doing things fast, making working changes quickly was the most important thing due to its business. Now I work in company where I spend a lot of time in some limbo when my code works and my code is merged. It sucks, I make all kinds of mistakes which would be tolerable in my previous workplace, but now it keeps me from releasing code. I now the way I do things now is the right way and it will result in me growing as a specialist, but it is very frustrating and damages my self esteem. I hope it will pass one day.7 -
I had the pleasure of rewriting some hacky rails code of a colleague yesterday. I love the way it looks now, but man. What a beunhaas2
-
I can't take this Swift compile time anymore. It's up to 40 minutes now and all we can say is "optimize the code" and "get faster computers"6
-
I have to stop refactoring everything. 4 weeks on one of my private projects and I'm still on the same place. But I have refactored the code like 4-5 times now ...2
-
If I spent as much time writing code as I did browsing Reddit I would actually be good at it by now1
-
Been working on an issue for the past 3 days. For a gamer, I didn't even start Steam even once. Now, after so much frustration, barely any sleep and too many mindfucks, I finally figured it out and commit my code. Now I can watch Suicide Squad in peace. :')
-
Don't write tests for work code.
It started off because i couldn't because of the tooling but now i can don't have the time. -
I submitted my code for review yesterday. Got a reply this morning about this particular code:
result.getString("name").
He's asking me to "create a generic method instead that will accept a key and return a value".
i want to flip my table now. -
I only code at work.
Now that I don't have an employer I don't code.
The distraction is no employment. -
I did an coding assignment for a new job... Now they are asking for more code to judge.
Cmon, just change your coding assignment to be enough to judge it...5 -
I love caffeeine,
I love caffeine,
feen feen feen for the caffeine
I wrote me some crappy bogus code,
my boredom was ready to overload,
I popped a monster and now everything flows,
i love caffeine14 -
For me, PHPStorm's mini-map is ugly. Nothing compared to VS Code and Sublime Text.
I will uninstall it now.4 -
Well... I guess I started learning how to program so many years back when I thought I could fix my girlfriend's mood swings with code. Guess what: we are married now and I'm still learning how to program!2
-
Last week I had two days training about how to code modern with the language I use.
Now I wanna refactor every single line of code I ever wrote :D3 -
Today is the dealine for the project. Monday is D-day basically. WHY is the manager now asking to see me code? I don’t need any more stress then i already have.
Asshole, I told you if i’ll do it your way we’ll have responsive issues. Now deal with it you f*ckhead -
Ever written tons of code when drunk, pushing off testing for when ur sober?
Now sober and I realize I have 639 LOC to test - 27 functions
Cannot get myself to hit "run" :-/1 -
Pair programming. I noticed my productivity and motivation skyrocketed when I found about VS LiveShare, so now I share all of my code sessions. even if nobody's there, i still work more because I like showing my progress to others.1
-
Finally figured out big I had in my code after three days. Now I’m screaming “Eureka” feeling like Archimedes 🤘🏿🤓
-
I actually have to code a simple web app with a form, now I accidentally created a library for dynamically generating angularjs controllers.3
-
Oh god..
Starts using Laravel Framework
Code some lines
Everything works fine now
*Let see what happens if I delete this*
Error
Naturally
*Redo delete*
Run *OK, now it should work like before*
Error
Why??3 -
If I understand a different programming language that doesn't mean that I can easily code in that. Currently working on PHP Yii now. My expertise is on C# btw. lol3
-
I get irritated when I feel I've wasted time I could have used for making progress on code. Now being required to attend a 2 day conference, that I will not be using anything from, anytime soon, all I'm doing is waiting for this to finish and get back to code.
-
Now solving Java exercises on exercism.io. Nice twist of write-code-from-testcases.
That's something I haven't seen before... -
installing macos was a mistake. breaking all the builds and now I need to reinstall all the tools which will force me to update the code .2
-
I have forgot to store time on mysql database in UTC format, now i have to rebuild lots of application code. Damn...
-
Because of this spaghettis shit of code I was unable to make some progress. now I have to bullshit my progress in the standup. because telling I wrote 0 lines of code feels like I should be ashamed of myself. FUCK!3
-
Had written a robust code. Project manager asked me to make some changes which will alter the code consistency (which he doesn't understand).
I suggested an alternative..
Project manager warned me not to go according to my convenience...
Fuck them.. now i am writing code as per their needs... #Lifeofprogrammers3 -
awake for 48 hrs already still needs to code because i'm a slave and i won't be able to sleep if i stop but brain is now lagging halp!2
-
Developer: “Fix this”
Developer: “You should test your code”
Developer: “You should rigorously test your code before pushing it to qa”
Intern: “it was working on my local machine ( shared my screen and showed him)”
Developer: “Do you test your code before deploying to qa?”
I’m fucking frustrated working 8-10 hours a day and listening to this condescending shit after making one mistake.
Now I’ve asked other developers and they think I was rude so tomorrow I have a 1:1 with my manager .
I’m just counting my days now.8 -
Found some particularly nasty global state problems in an existing code base and fixed them. Now I can legitly add this to my resume:
"Prevented a Global Apocalypse" -
My company used to just let anyone write code for our customers. Now I am the official development department. I knew someone wrote something very similar to a new request I got from a customer, so I requested his code because I didn't want to rewrite everything. After seeing the code I changed my mind and I want to redo it from scratch.
-
I just worked on a project for 4.5 weeks and delivered my code to a stream. Just after the delivery, I get a mail from my program manager saying they've moved to a different stream.
Now I need to manually merge my 4.5 weeks of code into the new stream.
Ahh. The pain!2 -
This is proper version control, right?
((btw: vs code is wonderful idk why i never tried it out before now)) -
i am terrible at using swagger autogenerated code, yaml and swagger files
dont fucking false positive pass, tell me if theres indenting wrong
also why the fuck wont you generate the code im trying to get you to generate
i fucking hate you so much, ive done this once before what am i doing wrong now -
Learning more in depth CS and code concepts on my own. Now that I'm diving into development full time, I have to step up!
-
My friend Just completed his notice period in my company, but now he's saying that I forgot to copy some code for reference like their architecture and authentication code, so, he's asking me to share the repo code of my company. The company has deleted all his data while he was leaving. So what should I do? should I share the code without including .env files or what should I do?10
-
Now that I've got most everything in my personal project working, I realize I need to rewrite everything... My code and infrastructure is absolutely horrible 😅3
-
After past few weeks of procrastination, finally began finishing my mobile app for my finals.
Not gonna lie, I've spent 2 weeks researching Flutter, and it seems it has at least 90% of stuff I need (I like dart, and I do not like java).
Now after I wrote a tiny bit of code, I noticed there's still stuff I do not understand, thus more research is needed. All of that for ~20 lines of code, then more research, then 2 lines of code, research, start everything over because I fucked up, again, and agian, again.......
Now that I've gotten that out, time to cook some appealing UI.4 -
I just done know what happened to me, now I miss semicolons In code.
when I use to read people ranting how they miss semicolon and I was like " how can somebody miss it" and look at me now I have the same problem.
:|1 -
Clock: Friday, 15:45 PM - just go home now, idiot!
My stupid ass: Makes substantial changes to the code I have been working on and breaks it.4 -
!rant
REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
fuck you Samsung and your "APPLICATION OPTIMIZATION" I need this fucking 2FA code right now1 -
I wish someone could sing me a lullaby to sleep coz all I think now is how to solve tomorrow code assignment 😋1
-
I had been working to make API call Asynchronous..
And now complexity is too High..
Yet i am happy that Code working as expected..! -
Not purging my senior devs code from missing curly branches earlier. Maybe not my worst sin, but DAMN DO I REGRET IT NOW.
-
Lost my changes twice now. First time was my own fault. Was in a hurry to pick up my son from daycare so I checked in my code and locked my computer before the code was actually checked in. So today when I took "Get latest" somehow my last code from yesterday vanished. So, I rewrote everything, but now there was some problem with service references, and building the solution failed. A colleague had a look into it, but he couldn't resolve the problem neither. Instead he accidentally made an undo changes on my code, so now my code is gone again. And the solution still doesn't build. I'm just a *leetle* frustrated right now :(3
-
I was asked to fix a bug delaying the app's email notification. When I opened the notification code file, I saw this comment previous developer wrote, it goes like
-----*This code works 70% of the time, if I try to change anything, the whole profile breaks. Please do not touch this code!. It does not worth the try*-----
Now I don't know what to do😂😂 -
I keep telling myself "I can do this, I can change this", but then I'm forced to write untested undesigned spaghetti code cause we need another hotfix for 3 hours from now...
-
"Anyways trust code that you wrote before but... never rely on that!"
I wrote some code mounts ago, now when I want to refactor it see a bunch of shit, I delete them all and after hours write exactly the previous code!!! just because i don't put some STUPID comments... 😑1 -
Every now and then I decide to try and use vim, spending hours in customizing it with all the enthusiasm of this world.
When I start editing code on it, I fallback to sublime text.1 -
when I started to code getting compilation problem showed some error. now after 3 years when I get no errors I always feel.."this should have some error"
-
I have been writing code in swift for such a long time now any other language feels old and really clunky.
-
At the place where I am interning right now, most QAs that file bugs are running code that is nearly 6 months old. 95% of the bugs they file don't exist anymore in the current code -_-
This is in spite of testing environments available with the latest code deployed :/ They just refuse to use them!1 -
I have dreamed of this feature since the very first release of Visual Studio Code. But now, finally, that dream has become a reality.3
-
I worked with Win until now but at my new Job I have to code with Mac.
Any tips as for what I have to know when working with Mac?7 -
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
-
How to stop thinking of code 😳, been doing sprints for some days and now got a dissertation to write up. I can think of is code ..
-
been working on a to do app that uses local storage for the past one week. first mistake was using vanilla everything to build, i forgave myself, now I keep adding features upon features and breaking more code and fixing.
I learnt a lot like immutability of imported js(why? for christ's sake)
vanilla js made the code 3x longer so I had to componentize the javascript. the first day I did this was pure torture, spent a whole day tracing errors and undefined code and what not. js is easier to manage now. still cant stop trying to add new features. I feel like the problem is that I didn't make a clear goal and plan it out. I just keep crunching out new code when I see something fancy elsewhere. I'll be disappointed if I didn't complete this.
I still haven't done anything presentable on the ui. cant pull out now1 -
-- Okay, I know this code is Jerry-rigged but it'll work for now.
Pretty sure that's racially insensitive to Germans but who knows.3 -
I fear that my code isnt as much good as expected so I started hurting my fingers... Anyway, started reading "clean code" so hope it helps... But fear remains... Want to do a good performance; I am married now...4
-
4 hours later and my code is finally working and as usual it was only one line causing everything but on the bright side I now now how to use mocks and spies
-
If I could make sure every programmer I worked with now and in the future read one book, it would be Working Effectively With Legacy Code. I don't care how passionate you are about clean code, craftsmanship or other platitudes of the industry if you can't tidy up a messy codebase.
-
What do you do when can't find the solution to the error in your project? since yesterday I can't manage to get my code work properly, I feeling tire now... What do you do?2
-
If the project is the landscape of the client's requirements and the code is the map into it.
Where in the f*cking abyss am I right now?? #LegacyCodes1 -
Working as sole dev and learning everything on the fly, including "proper" ways to write code. Now that I work in a team, I can see that I'm at least adequate at my job.
-
I found it interesting cause honestly I don't think so I have skill that can pay my bills except programming :)...
So programming saves me... but with time I fell in love with code.. solving real life problems.. providing solutions.. Now Its like I am addict to code .. -
Me: Look boss i refactor application, now it is way faster then previous one.
Boss: Cool, but who wrote the previous code?
Me: OH! well me. -
Sweet merciful crab. Solved. Now I must never ever touch the code again because I barely understand what I did to fix it...1
-
You can call me a noob developer, but I still think its magic when your code doesn't work. So you step through your code to see what's wrong. But you can't see it. So you just hit continue just to see your code is now working3
-
I know it's not really code but, I'm so pissed my school now the blocked the registry editor, makes changing the unchanable wallpaper harder2
-
Stuck between should I finish this repetitive code now or should I spend time to make it more DRY. Either way, it consumes time.1
-
I love maths so much, but I am at the verge of suicide due to differential equations right now...
Wish I could code something 😟2 -
Apparently, I am using everything in light theme, from devRant to Atom.
I don't know why but code looks a lot better now.4 -
I was reading about Lumnify's project analysis (https://lumnify.com/project-analysi...) and now I'm curious about my own probably horrendous code quality and how to improve.
Time to learn about code quality and tools I can throw my work at and get analyses back to help me not suck1 -
Spent half a day working on some code to add some functionality. Ran into some binary assumptions and found workarounds. Got everything implemented and close to start testing things. Not a lot of code, but a lot of places that needed careful attention to detail. Started looking at the final code needed for initializing things. Found that all the code I wrote would not be needed if I just initialize some things differently. Realized I don't need all this code. The code is literally redundant.
git checkout <changed files>
Okay, now I understand the code better. I am ahead because I am not maintaining code I don't need. Half a day of reading the code helps me understand everything that is there.
Life is good. 😀 -
If I was a docker image I could spin off another version of myself, but right now I can't. So stop f@&$ck triple book me for meeting and let me code.
-
I have no clue what I just did.
2 months ago I changed my repository name and today when I attempted to pushed an update I realised I had to update my remote key. Which I did.
Now..my repository now contains someone else's repository and my entire code base is non-existent.
Slightly pissed off that I'm now having to redo the entire work again but at same time I'm kinda amused on how I did this.8 -
GDB&Code::Blocks got drunk together and this is apparently normal now. For like an hour already.
I DIDN'T RUN ANY FUCKING CODE IN BETWEEN THESE COMMANDS WTF IS THE DEBUGGER DOING ????3 -
QA raised several issues. I updated the code, now he’s struggling to reproduce those. Exceptions are working as expected! 😁2
-
I was going out of the office... I saw "all the code for the admin work fine, it's perfect like the Monnalisa"... 23 minutes later 4 mail about bugs, problems with the back end and some columnin the db which become void without reasons... So now on I will say "the code is not working"
-
Who like me can’t sleep while something won’t work in his code , like i am awake for two days now just because i can’t move on a huge missing part in my code :(1
-
What text editor do you use AND what color theme are you loving right now? I’m in VS Code and I like “Monokai Dimmed” or “Solarized Dark”3
-
I have Avira Password Manager and for 3 days now I can't access it because they send a verification code to the phone but that code was never received... FUCK YOU AVIRA5
-
I should probably make peace with the fact that I can't code at night. Right now, I'd like to make a new .NET MVC web app, and I'm like, "fuck, where do I start?"1
-
I've been working on an ERP system these days. Learned how to properly use AJAX and JS. Also, my code is so much organized now, I can really say I'm a better dev now than I was before and this particular project is making me give my everything everyday.
-
most complicated code till now must be the universe......
.....if you know what i meanjoke/meme code deep god dammit fantasy simulation alternate universe deep learning damn meme complicated universe3 -
So I work with another team that develop services I use for my website.
The thing is, when they do big changes, I am not warned. So when I update my proxies, surprise, don't compile anymore, have things to change.
Worse is, I have their code right now. And the code that is deployed right now. They're not the same. So I know that I'm gonna have to change again things some days, but that's because I searched through the code. -
Not enough disk space error..just when I am done writing code and unzipping the bigger dataset.
Angry me.
Hours later.. Now mounted 200Gigs to machine.
Feels like a boss.! -
Sometimes I don't do a proper review because I don't want to seem very nitpicking. However, now I have to maintain the code that was merged and it has some stuff which is not correct. Now I have to fix it.1
-
In C++ we give my code is still compiling as an excuse to stack off.
Now that I have using machine learning , I can use my model is still training as an excuse. -
Arrgh...
I need to do a lot of refactoring and testing (%80 percent of which is integration) and ITS SO TEDIOUS!!!
Now, for anyone who says "oh, you write spaghetti code, your code shouldn't be so tedious to refactor". No. It's only tedious because it's a few thousand lines that I've been too lazy to refactor till now, and I need to go through it all.
Anybody have any advice for refactoring or testing in Go?17 -
not sure what i changed, if anything
but my previously working code calling another microservice now fails because invalid jwt token
fml4