Details
Joined devRant on 9/2/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
-
!rant.
I must say I love learning new things!!! Took a quick detour to build a small custom music player, now it doesn't seem to be that quick as I am learning a new framework. Only about 11 pages of many more still to go, and the funny thing? The main part I need - how to play audio, is in the last section of the tutorials. -
If we ever colonize Mars or if we even go further I am already feeling sorry for the poor bloke that will have to work on DateTime library.9
-
There are only two reasons you should use Windows:
1. You are developing for Windows.
2. You cannot live without a game which still has no Linux support.
However, the right thing to do is refuse all contracts on Windows development and quit playing games that have no Linux port.21 -
I once sat hours over a bug I couldn't understand until I finally saw the '!' in the condition. I started to use triple '!!!' for a while to avoid overseeing them.
If (!!! enabled) {// like really really not enabled
enable() ;
}2