Write header and data using same file object #28
Labels
complex
This issue is a complex one that might require some thought
enhancement
New feature or request
Milestone
Currently a call to
write()
entails the following:It'd be cleaner to just open the file once and pass this file object to the various
write*()
functions. This will bring a (likely minuscule) performance benefit, but the main reason to do it is just to make the code clearer.The text was updated successfully, but these errors were encountered: