Details
-
AboutSomebody who likes to code
-
SkillsC#, VB.net and that's pretty much it
-
LocationSomewhere in France
-
Github
Joined devRant on 5/16/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
-
Pair programming. I noticed my productivity and motivation skyrocketed when I found about VS LiveShare, so now I share all of my code sessions. even if nobody's there, i still work more because I like showing my progress to others.1
-
I suppose I should stop randomly naming variables and keep the randomness throughout the whole project
example: int psnhiwovb;
...I still have a project with such random names.2 -
"hey that's a nice idea I have here"
"Oh wait, there's school. It's gonna wait 10 more months, plus I have 5-6 projects going on" -
I've started to make a tournament managed for the game osu!, but the project has been on hold for the last 9 months and will probably still be on hold for the next 10 months... By then there will be official tournament management tools. I should speedup i guess?
-
developing add-ons for Casio calculators is definitely the best experience. No syntax or error highlighting. Average failed builds between successful builds: 12 🤔
I won't mention the default font for the code editors in there is Arial... -
I was trying to add someone to a team project on visual studio team services; i saw "no identites found" when i typed their email in so i thought it wasn't the correct way
I wandered around fiding nothing, eventually coming back to the first form
I type the email again, i don't pay attention to "no identities found" and add anyway : it works
wow didn't expect it to be that simple1 -
that moment when your email app knows better what to answer than you. thanks @dfox for the stickers btw :D3
-
Complete bug reports for devs: Error name, stack trace, what did you do when it happened and all that stuff
Complete bug report for users: it crashed help1 -
if you were looking at one of my project's source code, you could easily guess what's the first file created: that's the only file with absolutely 0 comments in it.