1,047 reputation
1620
bio website javamexico.org/blogs/oscarryz
location Mexico
age 35
visits member for 2 years, 8 months
seen May 12 at 12:25
stats profile views 108

I'm a 0x21 years old software developer who happen to like writing code.


Here are some interesting answers you might like to upvote :")


Oct
27
comment Do people in non-English-speaking countries code in English?
I always type: "anio"
Oct
27
awarded  Editor
Oct
14
comment What programming skill do you use most often that you are terrible at?
This happens to me also. When it is possible ( and feasible ) I do "SELECT * FROM TABLE WHERE some_simple_condition" and then put everything in an array and perform the selection there. I know a very complex query would do it better, but sometimes I just don't quite get SQL and all its inner joins :P
Sep
23
awarded  Student
Sep
23
asked What do you think about JavaFX script retirement?
Sep
8
awarded  Beta
Sep
7
answered What are common mistakes in coding?
Sep
6
comment What syntax element do you hate most in a programming language you use frequently?
Compared to: const int for instance.
Sep
2
awarded  Teacher
Sep
2
answered What syntax element do you hate most in a programming language you use frequently?
Sep
2
awarded  Critic
Sep
1
awarded  Supporter
Sep
1
comment What are common mistakes in coding?
@Moshe: Starting with VB.NET was your mistake ;P
Sep
1
answered What are common mistakes in coding?
Sep
1
awarded  Autobiographer
May
5
comment What are the things Java got right?
Dean, initially Java was not open source. It was until version 1.6 when it became Open Source. By then Java had already taken over the world.
Aug
13
comment What do you consider the 1st principle(s) of programming?
They are worthless if you don't understand the problem first: bit.ly/XwvOh
Jun
22
comment What do you consider the 1st principle(s) of programming?
@e-satis: Yeap, that what I thought when I first answer this. I scroll for all the answer and surprisingly nobody posted before.
Mar
9
comment Do you think natively compiled languages have reached their EOL?
I've heard this before, but why should it be compiled each time it runs by the JIT? Why do the compilation the JIT did is not persistent?
Feb
26
comment What are the things Java got right?
It's amazing how Java make all these things to work together ( not that they didn't exist before, but they never become mainstream ) It create a paradigm shift sooo big in the industry that even those who previously criticized JVM came after with exactly the SAME!! concept ( bytecode + runtime )