Studies on how well can a programmer understand code in unfamiliar languages? [closed]
Closed 10 years ago.
Are there any programming fonts with oldstyle figures? [closed]
Closed 9 years ago.
A study shows that lines_written/time is language-independent for most programmers. Where can it be found? [closed]
Closed 9 years ago.
Filtering lists in an Android App offline or online?
I have an android app that fetches a list of about 100 Items.
Trying to get the server load down, I’ve built a filtering feature that
does everything offline, so basically instead of calling the server (and thus a MySQL query every call)
It filters on its own.
However I’ve noticed the app tends to lag (while the only change is the offline filtering).
Is the processing of relatively big object-lists something that should be done offline or should I live the load on the server ?
How to manage/organise when you have to multi-task on multiple 1 man projects? [closed]
Closed 12 years ago.
How to take a step back and look at code with fresh eyes? [closed]
Closed 8 years ago.
What technologies are used for Game development now days? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
Should Developers Perform All Tasks or Should They Specialize? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How long can a programmer concentrate in a day? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
is there any elegant way to analyze an engineer’s process?
Plenty of sentiment exists that measuring commits is inappropriate.