streampipes icon indicating copy to clipboard operation
streampipes copied to clipboard

Streamline naming in python library

Open bossenti opened this issue 2 years ago • 2 comments

Body

Currently, we mix up different naming styles in the Python client. Some variables and methods are named in camelCase and others in snake_case. We should follow one here to provide a consistent API.

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

bossenti avatar Feb 11 '23 12:02 bossenti

@SvenO3 and I would argue for snake_case but I could also imagine some benefits if we agree on one naming style across StreamPipes What are your thoughts here @dominikriemer @tenthe?

bossenti avatar Feb 11 '23 12:02 bossenti

+1 for snake_case in the Python client as I'd assume this is what Pythond developers expect.

dominikriemer avatar Feb 23 '23 07:02 dominikriemer