Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 157
    "Novice developers are prone to overly complex and clever code, because it requires a more experience to be able to see the simplest and clearest solution" can't agree more with you. Excelent answer! Commented Jun 6, 2017 at 11:16
  • 24
    Overly complex code is also quite passive-aggressive. You're deliberately producing code that few others can read or debug easily...which means job security for you, and utter hell for everyone else in your absence. You may as well write your technical documentation entirely in Latin. Commented Jun 6, 2017 at 20:39
  • 15
    I don't think clever code is always a show off thing. Sometimes it feels natural, and only looks ridiculous on a second inspection. Commented Jun 7, 2017 at 7:43
  • 5
    I have removed the phrasing about "showing off" since it sounded more judgmental than intended. Commented Jun 7, 2017 at 9:17
  • 11
    @BaileyS - I think that emphasises the importance of code review; what feels natural and straightforward to the coder, especially when gradually developed that way, can easily seem convoluted to a reviewer. The code then doesn't pass review until refactored / rewritten to remove the convolution. Commented Jun 8, 2017 at 16:15