All Questions
4 questions
296
votes
16
answers
30k
views
Grokking Java culture - why are things so heavy? What does it optimize for? [closed]
I used to code in Python a lot. Now, for work reasons, I code in Java. The projects I do are rather small, and possibly Python would work better, but there are valid non-engineering reasons to use ...
36
votes
9
answers
15k
views
Why do schools teach arrays over List? [closed]
Most of the assignments in my school for the initial programming classes required me to use arrays. I work full time now, and I never used an array for any project that I have worked on. Even in the ...
1
vote
1
answer
324
views
Pythonic version of Java interfaces
I fully acknowledge that Python and Java are different programming languages and should be used differently. That said, "Program to an interface, not to an implementation" is good language-agnostic ...
-1
votes
2
answers
16k
views
how to write good programming logic? [duplicate]
recently I got job as a java developer,
and now I have assigned project too.
I want to know what is a good logic?
when I check in the code my team lead is saying that
its a good code.
But when it ...