Hacker News new | ask | show | jobs
by akling 2638 days ago
Thank you for these observations, you've just distilled my personal programming philosophy into three concise points!

If you looked at the code, you would indeed find a similar "take what you like and leave the rest" style mashup. I spent many years working on WebKit, so you find a lot of WebKit-style patterns, containers and templates. I also spent some years working on Qt, so there's a huge bit of that in the GUI library. :)

1 comments

But you rewrote it all from scratch in a “clean room” so as to not incur any license issues ;)