choderalab / software-development

A primer on software development best practices for computational chemistry
262 stars 79 forks source link

Add admonition against crafting your own file formats #52

Open jchodera opened 7 years ago

jchodera commented 7 years ago

We should add a section of file parsing and file formats, recommending practitioners do not create their own one-off file formats if another existing well-supported and portable format exists. For example, MDTraj provides access to a number of common file formats, and HDF5 and NetCDF file formats are robust, flexible, and extremely well-supported.

mpharrigan commented 7 years ago

+1