|
|
|
|
|
by moondowner
4888 days ago
|
|
" I could give a rat's ass about performance. I'm trying to find the answer to a question, and if I can get that answer in a reasonable amount of time, then the code is good enough" This is the only bad point that a lot of people are aligned with. The more time a program needs to finish, the more time you will need to run it again with some other dataset, and in turn - more time to find the right answer. I really feel that people with scientific and mathematics background should learn proper programming (not take a course in some language - but have actual experience). Design patterns, data structures, best practices, memory consumption, are all things that should be known before a person starts submitting code for this kind of projects. |
|