Ghost of the dead horse
filling some space
- Joined
- Sep 7, 2007
- Messages
- 3,552
- MBTI Type
- ENTJ
I know programming well so I thought to loan the MBTI speak for a programming test. Let me give you an example.
How is this
a better c++ main than
or if not, which one would you prefer, having a short backstory of what the function does?
So, the questionaire would be full of these kinds of questions. And analysis of it would give your programming style. I could include c++, c, java, assembly x86 & c64, scheme, general lisp, python, javascript, php, and others, being a veteran in IT.
Programmers, what say you?
Non-programmers, what say ye?
How is this
int main() {
Editor ed();
ed.interactive();
return 0;
}
a better c++ main than
int main() {
Editor ed();
return 0;
}
or if not, which one would you prefer, having a short backstory of what the function does?
So, the questionaire would be full of these kinds of questions. And analysis of it would give your programming style. I could include c++, c, java, assembly x86 & c64, scheme, general lisp, python, javascript, php, and others, being a veteran in IT.
Programmers, what say you?
Non-programmers, what say ye?