gantt icon indicating copy to clipboard operation
gantt copied to clipboard

[Issue] review function naming

Open m50S79sM6SRNp8Jn opened this issue 1 year ago • 0 comments

It's important to use consistent and accurate naming conventions in programming to make code more understandable and maintainable.

on_date_change is really on_date_changed on_progress_change is really on_progress_changed on_view_change is really on_view_changed <other?>

Actually, I prefer to have both the on...change and the on...changed functions (not a simple renaming).

Anyhow, you will have a breaking change.

m50S79sM6SRNp8Jn avatar Aug 20 '23 12:08 m50S79sM6SRNp8Jn