Details
-
AboutCS Student
-
SkillsJava, C#, .NET, SQL, JS, HTML
-
LocationPhiladelphia
Joined devRant on 6/22/2017
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
-
// repost \\
To all new devs:
• Your language of choice is fine.
• There is no superior way to indent, yours is fine.
• Your IDE is fine.
• Your OS is fine.
Unless you work in my team, of course.18 -
I recently got my first job and I already saw code that I won't ever forget
for(int i=0; i < 2; ++i) {
switch(i) {
case 0:
~~~
break;
case 1:
~~~
break;
case 2:
~~~
break;
default:
~~~
break;
}
}23 -
Happened just now:
Client: Please remove this page from the site ASAP, and tell me when its done.
Me: Done
Client: what's wrong am getting an error code(404) when I click on the link.
Am not sure how to reply to that13 -
When your boss asks you to debug some crappy legacy code and you need to bring in the heavy artillery7
-
When your boss says "good job, you have developed something big in such a small time" (~2 weeks) but you haven't showed him the bugs and shit (gonna fix it btw)3
-
"So what are your hobbies?"
Me: "programming"
"No i mean your real hobbies, besides the work you do"
Me: *awkward silence*7