26Aug Dragonfire Software Analyzes Code Structure and Personality
Level 10 Research & Development just released a new thesis: Source code reveals the author’s personality.
Take for example the following two pieces of code:
for(int x=0;x<30;x++){ order(wendys,jbc); }
and
for ( int x = 0; x < 30 ; x++ )
{
order(wendys, jbc);
}
Read the full article and analysis @ Dragonfire Software
Leave a Comment
You must be logged in to post a comment.


![Dragonfire Software Analyzes Code Structure And Personality Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_b.png?x-id=8feb3193-25ff-4c46-9fa8-75bf8116779c)















