| bio | website | |
|---|---|---|
| location | Beirut, Lebanon | |
| age | 18 | |
| visits | member for | 1 year, 2 months |
| seen | Jun 12 at 18:50 | |
| stats | profile views | 0 |
Enthusiast developer and FOSS supporter
What I do/like to do:
- JLyr; Android Lyrics Application
- wxpos; Python Point-of-Sale Application
- coinbox; And another POS software, though much better ;)
- Other Stuff; Some game solvers, because computers love games too!
And I'll leave this here.
|
Jan 9 |
comment |
Is it necessary to add the default case while using switch cases? Does this mean you should always have an else clause after every if/else if even if you know that shouldn't happen? Doesn't seem like a good idea to me... |
|
Dec 28 |
comment |
Why do so many namespaces start with com I should be thinking of changing the random package name of my Android app... or buy that domain. :( |
|
Oct 25 |
comment |
What did programmers do before variable scope, where everything is global? I know how you feel. Even if I'm not that old, I did program on a Casio Calculator with something like 30 variables max, all global, and all one letter long... And that's very recent. |
|
Jul 4 |
comment |
At what point can I say I've “learned” a language? @JarrodRoberson Is this Zhuangzi who said that too? |
|
Jun 27 |
awarded | Supporter |
|
Apr 27 |
comment |
Has whitespace in identifiers ever been idiomatic? @YannisRizos Oh, yes. And it's also true that most languages don't use whitespace at all (identifiers or not) |
|
Apr 27 |
comment |
Has whitespace in identifiers ever been idiomatic? "Most modern programming languages do not consider white space characters". Python does :) |