Details
-
SkillsObjective-C, Xcode, js, Ruby on Rails
-
LocationBelgium
Joined devRant on 5/15/2016
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
-
After months of complex backend code, and complex JS front-end, the idea of CSS just bores me now.2
-
DevRant vs Facebook:
Devrant : the place where you will find intellectual friends
Facebook: the place where you will find friends who procrastinate4 -
How priorities work #1
High priority : Client request to change button color to red
Low priority : improvement that will boost product's speed and robustness6 -
My life hurts when I have to develop on someone else's computer and they use the "light-theme". #teamdarkside26
-
I help first year Computer Science students at my uni. In the first few weeks I reviewed someone's code to find he had 253 variables called var1, var2, var3 and so forth. The even worse part: he made the same if-else structures for every variable without using a loop.
if (var1 == something) {
//huge chunk of code here
}
else if (var1 == something) {
}
else {
}
... var2... var3
The funniest thing about this is that we had a discussion about this, because he claimed this was the right way to solve his problem.5 -
The moment when the music is playing while coding and you realize that 5 of your favorite music tracts has passed unnoticed. #YouMakeWild2