Details
-
AboutComputer sience undergraduate
-
SkillsC++ is my favorite, C# is my oldest, recently adopted Java and python keeps coming over to play.
Joined devRant on 10/4/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
-
Void foo() {
try {
//Try something
} catch(exception e) {
foo();
}
}
When I saw this in production I cried a little...9 -
Co-worker: "I made the UI for feature X you asked me for"
Me: "Oh great tha... Why is it on the same screen as feature Y? Those features are unrelated?"
Co-worker: "Yea it was too much effort to create a new screen."
Me: "...?!?"1 -
This one is easy, being forced to use visual studio! In fact I made one or two rants about it.
To top it off using NuGet as a pm was also not a great experience to say the least.
Luckily I was not alone and my team agreed and we rewrote the entire legacy code in Java... A much much better experience!
So that was my worst experience.. My best experience was that I started my first big non-school related project and I am super excited!! -
Reading books, not sure if you can even call it a non-dev activity since it is essential in my opinion but reading improves my programming skills everyday!
-
Repair printers... Somehow writing code translates to the ability to fix any printer problem in their minds.2
-
Our team has to add some features to an existing application/platform. Its a mobile application with a server handling all the logic and a database for records storage. Fairly big project, a few 1000 lines. Ohh and did I mention that there is absolutely NO DOCUMENTATION???! Why on earth would you even be like ohhh let's do this project but write absolutely no documentation for it! Why???1
-
I just had to download Firefox to be able to download chrome because Edge kept crashing. Think about that for a second.
It kept crashing on a BING SEARCH...9 -
One hour before a deadline, one of my team members notified me he had completed his task and signed off. The only thing left to do for me was to merge our branches and submit the code for review. This was supposed go smooth with only a few changes made. But for some reason the build kept crashing and this ONE hour before the deadline and no way to reach my team member... This was a stressful situation to say the least.
And yes I am aware that you are not supposed to be merge branches one hour before deadlines. -
My high school teacher once asked me to make a digital clock that ticked slower the further away you were from the computer. That without any sensors or webcam or anything...
He had this notion computer's are magical machines that can do anything. And all that in VB out of all languages.7 -
My colleague was presenting a spec for a piece of software our team has to make. I point out some flaws. He gives some incorrect counter arguments. I give arguments for why those arguments are incorrect and point out the flaws again. This time some one from the team agrees with me
My colleague: "Oke, we should just do it like this anyway"
Me: *facepalm* -
My favorite method to learn something new is just to buy a book or download a paper about it or something lock myself up in my desk and not go home until I accomplished something. Those have been some fun nights so far!
-
Back when I was my first year of computer science me and a fellow classmate went to the IT store to buy a hard drive. We walked past an iMac and my friend (who was top of our class at the time) looked at it and said: "That is a nice screen! But where is the computer". Laughed my ass off, and we are supposed to be cs undergrads...1
-
I am a 3rd year undergraduate and we need to make a web based project. Problem is no one on our team has ever made anything web based or even a simple website before. We need to run some Java code in the backend apart from that we are free to do whatever we want. Any advice on what frameworks to use and what to avoid?
I literally have zero experience on this so any advice is appreciated!3 -
When you read a requirement wrong and can start coding all over again after an afternoon of work...2
-
When half your team uses spaces and the other half tabs... Thank god IDE can convert tabs automatically now but now we are arguing if we should use 2 or 4 spaces. It never ends...34