How can you get constructive criticism for your code?

Posted by burnt1ce on Programmers See other posts from Programmers or by burnt1ce
Published on 2012-10-31T15:14:33Z Indexed on 2012/10/31 23:16 UTC
Read the original article Hit count: 340

Filed under:
|

My team rarely does code review, mainly because we don't have enough time and people lack the energy and will to do so. But I would really like to know what people think about my code when they read it. This way, I have a better understanding how other people think and tailor my code accordingly so it's easier to read.

So my question is, how can I get constructive criticism for my code? My intent is to understand how people think so I can write more readable code.

© Programmers or respective owner

Related posts about code-quality

Related posts about code-reviews