jonathan-beard / simple_wc_example

simple word count example using flex/bison parser
Apache License 2.0
139 stars 43 forks source link

Improve main() by adopting "early return" pattern #19

Closed rddevitte closed 11 months ago

rddevitte commented 11 months ago

With that slight improvement, the 'driver' object will be instantiated only when it's actually needed.