▲ | thr0w 2 days ago | ||||||||||||||||||||||
> I was able to (manually) get it down to ~800LOC without losing any important functionality. This is funny. Why would you a) care how many LOC it generated and b) bother injecting tedious, manual process into something otherwise fully automated? | |||||||||||||||||||||||
▲ | Cthulhu_ 2 days ago | parent | next [-] | ||||||||||||||||||||||
What year is it? Back in 2000 or before, the same arguments were made about webpages made in Dreamweaver and Frontpage. Shortly after there was a big push towards making the web faster and more efficient, which included stepping away from web page builders and building tools that optimized and minified all aspects of a webpage. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | Cu3PO42 2 days ago | parent | prev [-] | ||||||||||||||||||||||
I care about the complexity because I want/need to maintain the code down the line. I find it much easier to maintain shorter, simpler code than long, complex code. Also because it was an experiment. I wanted to see how it would do and how reasonable the code it wrote was. | |||||||||||||||||||||||
|