Name: Anonymous 2014-12-03 12:55
Never waste a single cycle
For instance using a lexer and parser generator is more maintainable (read: easier to modify after it's written) than using a hand written lexer and parser.Bullshit.