jazzdotdev / contentdb

The Jazz Database which Stores Documents in Files and Supports Version Control and Sharing
5 stars 0 forks source link

function renames etc #8

Open naturallymitchell opened 5 years ago

naturallymitchell commented 5 years ago

reviews appreciated

sh-zam commented 5 years ago

We could change write_file to write_document Other than that, I think the original names are good. It would be better of we could use short hand for common ones like get_doc_path

naturallymitchell commented 5 years ago

I want to start each function name with what gets acted on (the 'target' of the operation). and end with the 'act' (the verb). so document-write instead of write-document. please make comments and preferably changes to issue summary to finalize this plan and swiftly finish one pass