dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

Unify name style from snake_case to camelCase : MAJOR VERSION #112

Closed dascritch closed 3 years ago

dascritch commented 3 years ago

Need to unify writing style. watch out : as we will make incompatible changes in public API, we must switch to a new Major version

jul commented 3 years ago

Why not use science to decide ? https://www.researchgate.net/publication/224159770_An_Eye_Tracking_Study_on_camelCase_and_under_score_Identifier_Styles

Very sumed up : it does not matter for experienced developpers. But for less exeperienced ones choosing snake_case increases the speed of accurate lecture. Let's be nice to the newcomers :)

dascritch commented 3 years ago

We start to roll up a new version, as I significantly changed Element.CPU.remove_highlights_points() , which is a public method. Next planned change in public pethod : Element.CPU.add_point() from (plane_name, cuepoint, point_name,..) to more logical (plane_name, point_name, cuepoint,..)

dascritch commented 3 years ago

pfff.... tired -_-

dascritch commented 3 years ago