Skip to content

Comment on Ask HN: Is Python losing its beauty?parent

Comments

I agree that you can write with just a subset of the language. But the problem arrises when you have to read somebody else's code.

If there are too many features as opposed to "one and only one way to do it" you will end up with a source code that is unintelligible between two developers.

Imagine it has M+N features that are mutually replaceable. The problem arises when you have a very good programmer that writes a complete program using the M features, and when you get programmer b who is also good but hasn't heard of the M features.

True. But it doesn't take 'too many language features' to make very different code. Two designers at my startup years ago approached our database object model from completely orthogonal directions.

The programmers were both named Robert. So we called the approaches "Robjects" and "Bobjects".

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.