webrecorder/specs

Multiword naming conventions

edsu opened this issue · 1 comments

edsu commented

Should we settle on a consistent naming convention such as camelCase or snake_case? For example names like mainPageUrl and wacz_version? I guess being able to read in the data and use as JavaScript properties is one reason not to use hyphens e.g. main-page-url?

After discussion, decided to stick with camelCase in general, and just change wacz_version -> version