Details
-
AboutComputer Science student, Android and tech enthusiast
-
SkillsJava, Android development
-
LocationAlgeria
-
Github
Joined devRant on 3/29/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
-
When your uncle is an Assembly Language programmer, developing Gym Trademills and shit
And he thinks working with Web Technologies is damn easy..
Hahah seriously?
Oh Wait a Min.. :|3 -
that moment when you finish your project literally a minute before deadline, just before entering the presentation room6
-
The best comment I ever read in the production...
/*
* You may think you know what the following code does.
* But you dont. Trust me.
* Fiddle with it, and youll spend many a sleepless
* night cursing the moment you thought youd be clever
* enough to "optimize" the code below.
* Now close this file and go play with something else.
*/ -
Roses are red
Exceptions are blue
Empty catch blocks are going to hurt you!
try
{ somethingVeryDangerous() }
catch { // No Op
}
finally { SaveFile() }1


