(2015) Programmer Personality Type

This commit is contained in:
Morgan 2018-01-28 20:27:35 +01:00 committed by GitHub
parent f3ee89a005
commit c9bf950245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
[doolwind](http://www.doolwind.com/blog/programmer-personality-test/) - Programmer Personality Type
## Result (2015) : PLSC
**P : Youre a Planner.**
You may be slow, but youll usually find the best solution. If somethings worth
doing, its worth doing right.
**L : You like coding at a Low level.**
Youre from the old school of programming and believe that you should have an
intimate relationship with the computer. You dont mind juggling registers
around and spending hours getting a 5% performance increase in an algorithm.
**S : You work best in a Solo situation.**
The best way to program is by yourself. Theres no communication problems, you
know every part of the code allowing you to write the best programs possible.
**C : You are a Conservative programmer.**
The less code you write, the less chance there is of it containing a bug. You
write short and to the point code that gets the job done efficiently.