2
aetiss
6y

Don't know how to frame this question.
Do you think a perfect code to a solution is possible?

PS: A production level code.

Comments
  • 5
    I guess this depends on your definition of 'perfect code', mine is easy to read and maintain, so yeah it's possible but need a lot of work when you start it
  • 2
    @devTea true I agree with you but personally I feel not satisfied when I find more efficient solutions to the same. What if there is more efficient solution to that also? This makes up alot questions to begin with something.
  • 1
    I would say it is possible to make code that behaves exactly as you intend for it to. The problem is that all the supporting libraries/environment will tend to go change on you and break things.
  • 1
    It is perfect in that it does exactly one thing, but then someone wants to change that.

    Reminds me of “ls”; http://tldp.org/LDP/LG/...
  • 1
    @devTea I think scalability is a crucial factor as well.
  • 2
    Is all about perspective (personally).
    One man's PERFECT!
    is
    another man's WTF!
Add Comment