Hacker News new | ask | show | jobs
by fendy3002 1969 days ago
Added complexity isnt always bad. It's just that abstraction is indeed a very, very hard thing to be done. Powerful features will be complex.

Take browser as example, it's a form of abstraction (imo, it's an abstraction done right). It abstract the http communication in form of html and represent as gui. Browsers are indeed, very, very complex.