?

Andrei Mustață

Programmer

Programmed all my life

Writing software all day

Everyday

Well actually...

More reading than writing

I like understanding what I read

enum Bool 
{ 
    True, 
    False, 
    FileNotFound 
};

“Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. ...[Therefore,] making it easy to read makes it easier to write.”

Also write commits all day

Everyday

Well actually...

git log, git blame

Clean code needs clean commit messages 

git-wat

By andreimoustache