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 - "want to code"
-
When you copy some code and select the code you want to get replaced and accidentally press Ctrl+c again so you have to copy the thing you wanted to copy again 😡12
-
> Comments are there only for you, please delete them before pushing your code.
I want to kill everyone who suggests that, slaughter them like animals!14 -
Trying to teach coding to a kid:
Kid: Can you teach me XCode?
Me: No but I can teach you Swift or Objective-C
Kid: But I want to learn to code in XCode
Me: Yes you will code in XCode but I will teach you swift
Kid: My dad said that you actually know how to code but apparently not.12 -
Add the next line when you don't want anyone to mess around with your code. ;)
// Autogenerated. Do not edit, all the changes will be undone. -
In case you ever want to hack into a computer with 14 lines of code only. This algorithm is just genius.25
-
*On a programming support forum*
Guy: My compiler keeps throwing null pointer exception at line 128.
Me: Ok. Can you post your code real quick so I could figure out what is null at line 128?
Guy: No I'm not going to show my code to someone on the internet. What if you want to steal my code?
My mind: "Dude wtf why would I steal someone's code on a support forum?"
Me: *Use the next 15 minutes explaining that showing the code is necessary so that others can actually help him, and that no one on a support forum is going to steal his code.*
Guy: "You know what I'm more convinced that you want to copy my code. I might as well just try to fix this on my own."
What?14 -
Someone Asks me : "Will programmers be needed in the future if AI is already created code?"
Your question clearly tells one thing; you have no idea what programing is about and how it is done.
For starters, software already writes code. In every major codebase there are lots of files with auto-generated code. Auto-generated code is something a program have written to provide interface to a service for the rest of the codebase. So code already writes code - if the purpose of the code is clearly defined.
The problem is that users rarely know what they actually want, and even if they know it, they are rarely capable of creating a clear enough specification of what they want.21 -
Ever wrote some code so sweet you could barely contain yourself and want to call some of your friends to share your achievement... then realize they just wouldn't understand.... #needcodefriends10
-
It finally happened. Upper management is demanding a historical (7+ years) of lines-of-code analysis of our entire code base. They want to justify our positions by validating that the lines-of-code has increased in accordance with the economy. I am not kidding. For every year, they expect some percent increase in our lines of code.17
-
I made a script for this group to verify their data, but they didn't want to use it because it's "only 50 lines of code and might miss something".2
-
It's always fun to get contacted by someone who doesn't code and they want you to code an entire startup for them...
The fun part... Is they will pay you later when it generates money10 -
When you're trying to fix your code but you don't want to delete anything valuable so you just comment out half of the file 😂8
-
"I want to create a Linux distribution from scratch but i don't know how to code, I'll pay you $300 but i get to have the rights to it"8
-
Dev: Why do you have an identical if statement right below this one?
Manager: Because I want the code to double check, obviously.
Dev: …19 -
Don't want to go back to work and code, there's much better things to do; Like stay at home and code instead.3
-
The new guy told me he doesn't want to make the code future proof as it's not agile.... Congrats goes to the management for successfully hiring as asshole...5
-
Why the hell am I 200% more productive at 2 am? Makes literally no sense. I JUST WANT TO CODE LIKE THIS IN THE MORNINGS17
-
DevRant is cool, mostly because we are united. We don't agree on OS, language, theme, or tabs. But we are united by code. Next time you want to troll someone, think about why you became a developer. To Code.7
-
"A client wants to buy 'the source', can we give him the source but not the code. We don't want him copying."11
-
I want to go back to the times where "bugs" were beetles and grasshoppers, nothing related to code or computers.
Why did I sell my soul to programming???
And most importantly, why doesn't my code work???12 -
3 off the most dreadful things to do as a developer
1) Documentation
2) Testing (Multiple device/browser)
3) Wearing formal clothes7 -
Had a PM in my programming class say "I want to understand what my team is going through, so I want to learn to code and the like, really to be a jack of all trades to better myself and my team" 👏 I respect that.2
-
Udemy strikes again with their amazing courses..
So many things wrong in this image that I don't even want to start..
Seriously, who teaches people to write code like that?25 -
Me in 2018 : I'll code xLearno.com all on my own!
.
.
.
Me in 2019 : xLearno.com is a team of 5 🎉
.
.
.
Just a quick lesson that I learned in my entrepreneurship career, "You want to go fast, go alone! You want to go far, go together 😍"41 -
You know what you sound like when you say that "I want to be a programmer but this code is offensive so remove it"? It's like saying that "I want to be a surgeon but I don't like blood, so remove the blood right now."
I personally don't really like blood a whole lot, especially when it comes out of the bodies of other people. I don't really want to become a surgeon, but let's say that I would. "Teacher, I don't like blood, I want to become a surgeon but I hate blood!!! MAKE ALL PATIENTS STOP BLEEDING NOW!!!"
To which my teacher surgeon would of course respond: "Well how about you don't become a surgeon then, because humans that are cut open do bleed, and there's nothing we can do about it."
Same thing with code. You know why code is written? To be a useful tool, for people to become more productive by running the thing (unlike the average SJW). And normal people, you know how much they care about the code? They only care for it as much as for it to be able to run properly. And the ones that do look in the source code either want to improve its functionality or check whether it's actually something decent, secure, safe to run etc etc. People don't normally look at code for the sake of getting offended by something.
But the formulation used in the code, does it even matter? Jerk, it's a term that's used in physics. Does it refer to your despised white cis males whacking off? Of course it doesn't, it's a term to describe change in acceleration. Masters and slaves in code, does it refer to slavery? Most certainly it doesn't. So why bother?6 -
Find a great project on github=> want to find out how it works => open the source code =>zero line of comments6
-
Being a sysadmin, I never write any code.
But I do want to learn that.
What is the easiest language to learn?
(I am lazy)53 -
"There’s a subtle reason that programmers always want to throw away the code and start over. The reason is that they think the old code is a mess. […] The reason that they think the old code is a mess is because of a cardinal, fundamental law of programming: It’s harder to read code than to write it." - Joel Spolsky8
-
New semester, new problems....
Just started my 6th semester at uni and my teammates are already proving to be serious dumbfucks..
They want to keep all files neat and organized, sure, fine, good idea.
They want to use Dropbox to store code and our LaTeX report, no, never! Somehow managed to get them to switch to GitHub, yay!
They want to have everything in one fucking repo! Why? Oh god, why? And I can't change their mind on this!
And they still want to use Dropbox to have a backup and sync between their machines...
So during this semester, we will store our LaTeX report and the, at minimum, 3 code projects, in the same repo organized by folder!
Why not one project, one repo? Then I won't have to pull all the shit code that I don't have to work with!
Expect more rants in the coming months...2 -
1. That my code would compile.
2. See #1.
3. See #1.
The girl I'm talking to said her brother was giving her one of those talks about how all boys are gross and want sex. I told her that the one thing I want is for my code to fucking compile12 -
That moment when you're sitting in the train with your laptop and just want to code, but there's your colleage sitting in front of you.
-
Client: So we want you to redesign the frontend for this app
Me: Ok, sounds easy enough, send me the source code and API documentation
Client: yeaaaaaah, here's the thing, we don't have the frontend source code anymore, we originally wrote it in React and then we lost the source code, we only have the bundles now
Me: ok fine, I can handle it, can I have the API doc?
Client: yeaaaaaah, here's the thing, we didn't write API docs, but we have the source code if you want
Me: fml7 -
When my coworker doesn't want to believe his code is inconsistent, yet he changes the syntax for commenting 3 times over 10 lines.14
-
Every time I have to deal with my boss code and lack of convention and everything that makes a clean code I just want to scream like a bitch and punch him in the face without minding breaking my own hand.8
-
Holy shit I never realised how frustrating it is to code for a client the way they want it... I mean I just want to go back to coding for fun4
-
I can code better then most CS students, but if I want to go to university I have to take things like calculus... why65
-
As a developer, I want to write clean code and I want managers that understand the importance of clean code. I don’t want to work with people who force me to deploy untested code because "we need this feature working today".9
-
I dont like it when i have to edit an old code made by a previous developer, i dont want to touch that spaghet.1
-
As a Java developer I didn't write a line of code at work for about 2 months. Been so busy with meetings, doc, governance, architecture decisions, running after people for approvals,... I really miss coding.2
-
Quited my job because I want to code and not project managing (instead of coding). Found a new job as front-end developer with opportunity to become a full stack dev.
-
when you really must go to the bathroom but don't want to leave your code as you are in the zone....1
-
Has anyone told themselves they just want to fix one thing, then have it turn out to be writing a whole new class with 385829 lines of code?1
-
Commenting in code isn't to remind you what you did, its to temporarily remove features your boss doesnt want today, but will tomorrow1
-
* Searches google for some code and wants the results on stackoverflow *
* doesn't want to use stackoverflow search *3 -
When you start inspecting code of the page you are using, and you find something like this...
Not sure if I want to make this reservation anymore...1 -
I don't think I'm smart, but why most of the people are so retarded??
They want to just make the code work and skip home!
Not caring about how their code effects the whole system!3 -
When you get a job in big company and all you have to do is to make code changes every fucking day in existing code and you want to quit...1
-
Found a nice project for an open letter to the EU to open source code projects by governments.
If you want more information, or want to sign the letter as well, you can check it out here: https://publiccode.eu2 -
> wants to share a game for a LAN party
> doesn't want to use public trackers due to slowness
> builds own trscker instead
Man, sometimes I widh I didn't knew how to code...8 -
I have code convention OCD.
My team really fucked up the code with their different indentation styles, and it really makes me want to kill them!! 😡😡😠3 -
!!!
If you want to code on windows, just punch your self in the face. It will save you a lot of time.19 -
when you really want to code but you have a lot of school work and your course major has nothing to do with computer science or programming. ((4
-
The moment you enable the PHP warnings in your company and you want to delete all your coworkers code.
#why #you #do #this #to #me3 -
Code is not the only thing I do. Sad but true.
Sure, sometimes I just want to scream "JUST LET ME CODE", but internal hackathons and PO 1-on-1s make me feel like there's a meaning beyond my 34 open tabs.2 -
Boss: oh so you are working on that unrealistic 3week project ? Let me also assign you some completely unrelated office work.
Me: But I'm a programmer, researching other companies and contacting them looking for new projects is not part of my job descrip...
Boss: oh don't worry I'm sure you'll do great!
Me: that's not what I'm sayi...
Boss: ok I have to go now, have it ready by tomorrow!
Me:(crying internally)...ok.6 -
Me: For Christmas I want a unicorn
Santa: Be realistic
Me: Okay I want to write safe code in C
Santa: About that unicorn...12 -
Want to bundle your files: Node.
Want to minify your scripts: Node.
Want to tree shake your code: Node.
FUUUUUCK OOOOOOOOOOOOOFF I DON'T WANT NODE14 -
When your sprint review is turned into a 5 hour argument about how to effectively do scrum and all you want to do is code.1
-
do you guys code while you're sick??
I'm affected with this flu and I don't even want to open my laptop! -.-14 -
The feeling when you just want to code code code but you have tons of other work 😥
Wish I could just program those tasks (laundry, dogwalk etc.)
Might as well build a robot, uh?!1 -
Do you sense something weird on this dead simple code?
The teacher showed a similar code recently in my C class. It was weird to me since I know C for years. I want to know what you guys think about it.22 -
I wish I would know how.
My personal project is untouched for months.
Everytime I'm comming home from work or university I don't want to code anymore4 -
I ONLY WANT TO WRITE MY OWN CODE
TODAY I FOUND OUT I HATE DOING PR REVIEWS AND HAVING TO GO BACK AND FORTH WITH PEOPLE ABOUT WHAT THEY DID IN THEIR CODE
I'm sure it's beneficial, but it FEELS like such a waste of time12 -
Colleague: We need to deliver it today so let's hardcode some values in the code to make it work
Me: Ok you do it. I don't even want to see it!3 -
i’m so tired of people who are developers that go to every new popular social media platform and try to teach others to code. god fucking dammit. what could possibly going through these people’s minds? do they really think people who want to learn to code think “i want to learn to code so bad. i should scroll mindlessly through instagram/tiktok until i find someone teaching how to code”?
god, if you’d ever uploaded code to tiktok or instagram to teach others to code, you’re a fucking idiot.4 -
Trying to write code using the devRant API on crappy Dominican WIFI. 😡 it's almost like they want me to do something horrible like go outside!?5
-
Client doesn't want me to use internet, while connecting to their vpn to code. It's a security 'violation', it seems. Do they think I am Denise Richie to code without internet? And the catch is I code for OpenFlow with OpenNetworkLinux+OpenNIE. I mean, do they even understand what Open means in all these?11
-
I am building a platform.When we pitched our product to client, he said, that he want all our code on his own personal server. He don't know a thing about software development but want a his own server. He think we might sell his personal data to his competitor4
-
Find what you want to build. Watch some videos. Code. Grab some books. Code. Find some friends to code. Code.
And learn some theory to improve your code. Code.
Get a job. Code. Get paid.1 -
Why are you expected to have people management skills as your experience grows? I don't want to deal with people, I just want to deal with my code 😢😫7
-
See code of a dyslexic intern
Neither do I want to correct him without knowing it to be respectful nor do I want to work with this code
> mfw his branch gets merged into core4 -
I really want to see the source code for pokemon go even though I'm 100% certain I'll be unable to understand it I just want to look at it and try to learn how it works
But I'll probably never see the source in my life :(5 -
The face you make when you see the code of the personal application you made but want to add new feature.
-
It's kinda nice to have a long weekend for a change to work on my endless list of unfinished side projects and code what I want to code, and not having to use fucking Windows 11 on a slow-ass work laptop.
-
Tell people you know how to code - they always have nice ideas for "new and innovative" apps and want you to code for them ;D3
-
If got to do some bugfixing at work today.
Looking through code:
if (x !== undefined || x !== null){
I want the person who wrote this to wear the ugliest and scratchiest christmas sweater with "i write bad code" written on it15 -
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.
-
I kinda hate how even if people submit good and useful code to OSS repositories, you need to act like a salesperson if you want anyone to notice/care about it
-
While sitting in a train (5 hours trip) I really want to code something, unfortunately I dont have my laptop with me, so i just connected with ssh from my phone to my ubuntu vps, created some project via npm and use android app to edit the code. It is not perfect but works. Someone else code like that?3
-
All I want in life is to sit at a desk, drink hot coco or energy drinks, program and slowly become insane, because my code won't work2
-
The word, "Code" being used as a verb,
"Cloud",
'Big Data",
Recruiters,
Scratch,
Any other crappy "Teach your kid to code!" Product,
And finally, mondays.
This is the comprehensive list of buzzwords and things in general that make me want to die right now7 -
that moment when you want to code but don't have anything to work on... I need more programming friends5
-
Taking advice from devRant and just working on some documentation for hacktoberfest. Well until I can find a project that I want to add code to1
-
I'm stuck on a 2+ hours call which could be replaced by an e-mail. I just want to listen to "The Weeknd" and code.4
-
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 -
Arch I want to love you. But you're so freaking unstable and I just want to code in peace without you freaking out every week about config files being screwed up. Why can't we have the stability of more mainstream distros AND the Pacman package manager + AUR? Some of us have to code for a living you know.
I'm really tempted to just go back to Debian to set it and forget it. PPA's be damned.9 -
Want to read a book that can help me avoid newb mistakes and can help me write beautiful code ?
Pragmatic programmer(1999)
Or
Clean code
Or
any other book ?
Help me !!?14 -
Anyone have a go-to way of getting your motivation up? I've kind of hit a snag where I want to code but never really get down to doing it.9
-
This year I want to become a better programmer. I ordered the book clean code and want to focus on writing more and better unit tests.
If anyone has any tips on how to improve or how to get tips on your code6 -
An excerpt from the encyclopedia of "Developer Confessions":
At times, when I have no clue what some code does, I comment it out to see what breaks. Sometimes I just want to see the code burn.3 -
New to programming but I want to create my portfolio, any tips? Where should I host it? WordPress is good for this or better write whole code?10
-
What I want to write :
//TODO : Parallelized this sh*t ???
What I actually write :
//TODO : Parallelized this part later if possible (i.e after checking if overhead doesn't cost too much)
Sigh.. I want to add more of my personality in my code.
: /2 -
Sometimes I look at my co-worker's code and want to vomit. My poor eyes. Also loves to tell me something should work and hasn't tested it...2
-
Sometimes I want to show off some fancy code to non-programmers. Then I remember basic code would do the same.1
-
Something wrong with my self. I feel sleepy whenever I want to start to code. And sometimes I question myself and hesitate about my choice.3
-
Yesterday you made fun of my code and told me to discard it, today you want to use it for project deployment?
N I C E
#intern_life1 -
Code like this makes me shed a tear in nostalgia... also I want to murder somebody for still putting that in tutorials5
-
I'm learning Vue.js at home but I'm forced to learn Knockout.js at work because of legacy code. Makes me want to jump out a window.1
-
First day is over on the new job. So much information about onboarding and hr, but I just want to code...2
-
How to tell to my boss that I waste more time using his code than rewriting my own? I don't want to offend him 😂1
-
If the code is running, then it must be doing what I want. Right guys? Is it normal to be this paranoid even after lots of runs of the code without crashing?2
-
I need to build multithreading in my brain, i want to learn at least 8 new code languages and techniques at the same time(not to mention normal languages)2
-
I feel shitty cause I've never wrote near 100 lines of python code or just a large number of lines in any language. I want to write large amounts of code that will actually work.10
-
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 -
When you want to use Visual Studio Code so bad, but you're waiting for them adding minimap feature.4
-
I went down a rabbit hole of code changes to try and delete a stupid for loop with a break in it.
It was super stupid and I gave up and submitted to the fact that some battles are not worth the time and stress.
OK... But seriously, It was returning multiple entities from the database, but we only always want the first one. My logic is that we should just go in there and fix the LINQ so we are explicitly getting one entity out.
But fuck that logic. No I'll have to change fucking everything that's tied to that method and expects a list from it. Every fucking thing. That includes error handling, parsing, for loops..... Nevermind...
You can have your foreach and your break. I'm taking mine, now.rant break my back on this stupid code what do you want on the frontend last minute changes did this to me they couldn't decide1 -
F++ you! You never here when I need you. You force me to sleep when I want to code. You force me to code when I want beer. I hate you, time!1
-
Sometime my code is so wrong that I can almost hear the mother of algorithm crying out loud.
I just want to remove that piece of code from my project....no, from my mind, my life. -
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 -
Coding is like drinking.If you code too much you get muscle pain (hangover) the next day.
I am having a muscle pain but I still want to code.19 -
Fucking Java 8 java.time package. I want to kill the damn developers of this useless piece of shit code.1
-
Want to write WebAssembly code with C/C++ without the hassle of setting up the ecosystem on your machine?
https://github.com/wasdk/WasmFiddle -
Your code is like your face! Looking at it often it makes me laugh... But sometimes I just want to punch the shit out of it!1
-
That moment when you try several days to get the code to behave like you want and at a random moment everything suddenly works....
Better not to touch it (the code) anymore before it breaks again... -
Want to get last value of a list?
value = 0
for value in list:
pass
working with 10 year old code :/2 -
A JavaScript developer want to understand my 1000+ lines pythonic python code without any prior knowledge about python and he just want to understand it so that he can translate it into js. What should i do?19
-
Okay, I want everyone to write code related to the holidays below! I look forward to seeing responses6
-
If I have to train one more person, or answer the same question for the 100 times I'm gonna loose it. I just want...need to code
-
How do you cope with coworkers who are okay with lousy code and don't want to make it better because "how does it matter"?5
-
This has just happened
general channel to discuss sonos.
I have sales team less than 1m away.
this office is a fucking pub.
free beers, people telling jokes and
having non work conversations, free beer/wine.
The dream! unless you want to code.
if you want to code....ah NO WFH POLICY. -
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 want to code something today but don't want to get into it then have visitors show up.... Now I'm downloading Christmas music (FLAC in highest quality possible of course) and just browsing reddit.2
-
When I want to travel back in time I take a look into the legacy code I've wrote more than a 10 years ago.
-
I just saw this:
"can someone convert a PHP code to VB code ? i want to make a small application , *.exe file which can do stuff"1 -
caught between a tight project deadline and the desire to write good maintainable code and the want to enjoy my freedom in my notice period3
-
so because of equipment limitations I am currently being paid to be bored and watch someone else try to figure out what is wrong with their code. I literally just want to build.1
-
I start on paper by describing what a basic version of the code should be able to do. Then I write down some ideas of improvements to the code, more functionalities, etc. This allows me to write the basic code already thinking of what I want to add next.
Not that it matters anyway, 95% of my codes never lead to a working product 😅 -
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
-
I start my first "real" job on Monday. I will be one of roughly three new junior full stack developers on a team of 15 senior devs. The company has a casual dress code and they allow headphones. What should I expect? I want to grow and I don't want to be a nuisance, I also want to earn a reputation and become respected when I do have something to say.6
-
I'm too embarrassed to show my team leaders code to other developers..
unreadable, no tests, parameters hardcoded..
But managers want to "help him grow"..
When do you decide you can't fix a lemon?4 -
The dev behind me just send some code changes to another dev because those two dont want (or are just too stupid) to merge their code with git...2
-
when you're already at the verge of getting the right code when suddenly your teammate asks you what you want to eat for lunch...
-
I have a 5 hour layover until my next flight and all I want to do is code to kill time... the only problem is there is no reachable power outlet..4
-
Thanks VS code for randomly deciding to fuck up over 1000 lines of saves yet uncommitted code.
I seriously just want to cry8 -
My weekend is filled with take home code interviews, pre workout, and no social interaction. I just want to sip mint tea by the Red Sea.1
-
I want to introduce a pitchfork to the absolute dumbfuck who decided that MODX errors should include only the file where they were reported, which is usually engine code, thus telling me nothing about what code called the engine function incorrectly.
-
I want to switch to arch and zsh, but I don't have time 😟. I don't even have time to code. Damn uni😡2
-
Why can’t I write code that just does its job ! Why the fuck in this world I want to re write everything I wrote 🤬1
-
Tonight begins the holiest day of the year for Jews, Yom Kippur. I'm about to embark on a 25 hour fast, no food, no water. I'll be in a prayer house for 15+ hours, literally begging God to let me live for another year.
Meanwhile, I'm set back in my classes 150+ hours of potential work time thanks to all the Jewish holidays this month. Sukkot, Shemini Atzeret, Simchat Torah, and Rosh Hashanah.
Being Jewish is fun T_T10 -
Why does Bitdefender always have to delete my shit? I just want to compile some code!
link.exe? Defenetly malware, I should delete it for the 20th time! You want to run some unittests? No, that's malware, better block this too.12 -
when you want to keep the code clean, but you are about to say "fuck it" it needs to work that is all....5
-
When all you want to do is spend your day at the office writing code and people interrupt you every 5 minutes for the most mundane things!2
-
- finish a year of code
- walk down my list of tech to learn
- get good at DevOps
Also want to learn proper TDD. This lack of discipline with tests is going to kill me (and my code) eventually -
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 want to create something using Electron, just because I thought it would be fun(web-development background). Anyone else using it? Any tips? I thought it would be a great exercise to dig through the Atom IDE code, as what I want to make needs some similar features, what do you think?5
-
Anyone playing screeps?
You know the Moment when you just want to check if your code is running, just 10 Minutes, and then you find yourself spending the whole night on rewriting your defence or mineral processing code? -
man
I just can't seem to find motivation to code
any suggestions? I really want to get out of this coding slump :(3 -
To all those open source contributors who only believe in refactoring code .... If u really want to clean trash come to India coz we have lots of it3
-
At my new organization , they love spaghetti code, they neither want me to refactor it, because it works. Special thanks to php.6
-
Fuck you xcode, let me resize my goddamn window to whatever fucking size I want it to be. I'm writing code, I think I can decide for myself how big I want my window to be.1
-
- Dealing only with your own code
- Having enough time to improve and refactor your code whenever you want
- Bug reports are detailed af and not just like "doesn't work"
- Choosing the IDE (and OS maybe, too) by yourself
- Having enough time for bugfixes, implementations
- Software is ready, when you want it, not anyone else.
- Visiting trainings or seminars to improve your skills whenever you want
Yeah, that would be pretty awesome.3 -
I once had a group member that didn't want to download Android Studio to keep his computer as new as possible. He wanted to code directly from github.3
-
I despair at how most devs don't want to learn or self reflect if their code is clean.
It makes me hate this job some days. -
I want to code, but I have to prepare for my GRE, but I can't, coz I want to code, which I can't either, coz I'm worried about my GRE. As I open my books, my heart craves to see IDE. I'm fucked up, literally.4
-
Why can no-one, not one single solitary fucker, on StackOverflow get it through their thick skull that when I call PHP's http_response_code() or try to get $_SERVER["REDIRECT_STATUS"], I want the response code from Nginx? No, not Apache. No, I don't want to pass a status code FROM PHP TO NGINX, I want the response code. FROM Nginx. TO PHP.
In what fucking universe does PHP know more about the response code than Nginx? It doesn't. Nginx knows the response code, because that's the fucker that redirected to the error page. I want the error. Passed to the page. From Nginx. To PHP.
NO, http_response_code() DOES NOT MAGICALLY FUCKING WORK, IT RETURNS 200 BY DEFAUL- fuck it.7 -
One where I get to code what I want to code at my own pace as opposed to wedging things in yesterday and fixing bugs for clients that don't even appreciate it.
-
Just wanted to say how much I am enjoying learning to code.
I'm using team treehouse to learn. Android app development.
Going well so far. The instructors really explain it well.
Let me know if you guys want a referral code.1 -
NGL on the weekend I love eating, drinking beer, and not coding. Granted if I want to code, I will, but I like that i can do it as a hobby and turn my coding brain off if I want to.
-
You know it's friday, if the coffee machine is still switched off at 12:52.
I only want my coffee to finish my code and start weekend.
I don't want to fill water tank or rinse and decalcify the machine.1 -
I guess it's my third or the fourth company that am currently changing.
I have the will to improve and write better code quality level up. But sometimes i guess i have the lack to find the how to do these stuff and how to practice and who is going to tell me that i have to change these lines of code so you can improve am just in a big mess and i feel so bad about it.
Now i had just received a new warning at my current company that i either improve or i get fired. So i have been searching over google and internet how to improve as well i had just created a new project for the will to practice and become better.
Can someone tell me what i should do?
How to fix everything and let my colleagues gain my trust in my code commits ?
Because literally i feel so bad about everything and you can't imagine how miserable i feel.3 -
"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 -
this.rantType != RantType.RANT;
Hey, i do not want to spam DevRant with non dev stuff, but i really want to ask this you, i personally cant only code all time, im coding full time and a lot in my free time, but i just cant only code.
So i found another thing that i fell in love with, i fell in love with animal photography!!
I want to ask you, yes you reading this: do you need something else than coding or not? and if you do, what? let me know with a simple comment!6 -
If I want to develop a fuzzer for an open source software, do I need to code it in the same language as the open source software is written?
-
I discovered you could edit the Visual Basic code in MS Access. I would read the code that was in there and figure out how i could extend it to do what i want. first code i ever wrote was a switch statement to control whether a set of buttons were enabled based on a dropdown value.
-
Get nice idea to code game.
Done it in 3 hours with unity.
Feel shitty myself now :C
If someone want to take a look:
com.Erxelio.Boolean in android market -
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
-
When people use comments for build configuration. And don't put down handy comments like "uncomment this if you want to do that".
I guess what I'm saying is that this "code cleanup" task is turning into a "code keep the bloated baseline" task.3 -
When you want to cut/paste a bunch of uncommitted code, but the computer crashes before you get a chance to paste the code
-
!rant felt like a zombie all of last week and today, damn this brain fog. All I want to do is sleep lol. Had to revise my code countless times5
-
The new project was started.
Planning, analysis, design.... all right.
Now contacting all the companies for partner programs, finding payment gateway that will agree to work with our country.
For fucks sake. third week goes, and still no code writing. Just researching, contacting, researching. Urgh.
I want to code already! I am just
a backend/DevOps person! When it would be coding time?!3 -
Any good data modeling software? I want to be able to draw ER diagrams and the program to generate me entire SQL code.5
-
Life is too short to have commented codes; don't want to go back to it once it shows up in the static code analysis scan9
-
sometimes need to learn about how people thinking much more than computer do. like visualitaion your "magic" code with some people want.
-
Writing requirements for an university project. I am boring! I want to code. But it should be done :(3
-
The *project* build succeeded so you decided to check in your code changes. OK? WRONG! Always build *the whole solution* before checking in code! Never check in something doesn't build unless you want to make me groan *making groaning noises*
-
Question to the Linux-Users on here.
What scripting languages do you know ?.
I want to build a cli-tool, which will be configurated by code, so I want to chose a language, that is relatively wide spread, or easy to learn.12 -
Guys, I want to confess something.
I redundant code.
Actually I don't want to, but it's to match the timeline.
I know I'm a bad programmer. I can't create creative UIs. :( -
Need to add funcionality into badly written code. Moral problem: I don't want to even look on that code, but I don't have time enough to rewrite that part.2
-
I've been working for this company for year and a half. There is nice tradition of being polite with colleagues. It is so cool that nobody rants to nobody.
But for God sake! I want to fucking rant to people! I want to swear to people! I want to shout "fucking get your ass with your shitty code out of my project"!!!1 -
What's the one movie/TV show that always gets you in a geeky project mood.
Like, makes you want to build, code or at least desire to create something?5 -
When you dont want to code a 100+ field form but still doing bcz you made it to office and there is nothing else to do
-
Want to open all the files changed in a PR?
> code $(git diff master --name-only)
#git #vscode #vscodehacks4 -
I want to code this application idea that I have but want it to be cross-platform in the end. Is javascript html css the way to go?9
-
Non-dev beings think devs are lifeforms with the power to read minds and foresee the future: they ask us to do things expecting we already know what they want without a concrete explanation, and want a time estimate without analysing the request nor the code.2
-
Lead: I don’t think we need to make the changes you suggested at this time, the code looks good to me.
Me: Sure
Lead: However, I want you to submit my code and address all further comments -
Realise that your life is being wasted away and if you don’t code nonstop you’ll always fall behind everyone based on job requirements :) then you’ll always want to code something1
-
Hello,
I'm new to devrant. I want to develop some short code snippets (any language any code) on my Android phone in some spare time. I want to have someone to talk about them, maybe even with chat or video over the internet.
Who wants to be my buddy and join in?3 -
What is it called when you are out traveling in the weekend, but just want to to sit at home and code? Experiencing this right now5
-
Anyone got any good browser extensions or VS Code extensions for checking vertical / horizontal alignment? Sure I can inject an outline, but want to hook up this functionality to a hotkey...1
-
Can anyone here help me with a super simple JavaScript code which I want to include externally with html?13
-
<!-- no-rant -->
I want to start testing my code... are there any good resources about testing code? (what piece of the code should I test?) preferably .NET C#4 -
Is there any version control system for database..
Ofcourse we can keep sql file for mysql db along with our code. Other than that .....
"I mean i want my db backup,
I do not want to do it myself every time,
It should work like pulling code"9 -
Forced to write UT on excel shiit for confirming test cases are covering units properly, but the reviewer even don't want to read test code!! it makes incredibly unmaintainable documents
-
I just want to find out how single code that isn't changed can work but after that don't... :/ Hate that
-
Coding on the right track is doesn't matter for those who really want to contribute, they decide first lets start code nor lets start code for this or that :/
-
I want to create a theme for my android using android studio. Anyone has the code that I can modify and use?4
-
I swear some people code too much because they dont want to write some bash nor bother with the posix way of piping everything together.4
-
I want to build a code transpiler/ transformer as a side project I looked around but I can't find where to start.
Does anyone have any useful info on this ?1 -
I get why people like to split code in multiple files for maintainability but its a fucking nightmare if you want to understand code and you have to go from file to file to file to find the origin of 1 API-Call.1
-
You have coworkers who talk to code everyday. There are times you are looking at code that you just want to scream at... but it's not your style.
-
Audience question to Uncle Bob: Which parts of the code do you unit test? What about code coverage?
Uncle Bob: Well (chuckling).. You test the parts of the code that you want to work. -
I want the ability to create an ai that will self replicate and form the pyramid of my scrum so I can spend all my time reviewing and designing and coding the portions I want to code.8