You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by "bossenti (via GitHub)" <gi...@apache.org> on 2023/02/11 12:51:48 UTC

[I] Streamline naming in python library (streampipes)

bossenti opened a new issue, #1255:
URL: https://github.com/apache/streampipes/issues/1255

   ### 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Streamline naming in python library (streampipes)

Posted by "dominikriemer (via GitHub)" <gi...@apache.org>.
dominikriemer commented on issue #1255:
URL: https://github.com/apache/streampipes/issues/1255#issuecomment-1441292815

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Streamline naming in python library (streampipes)

Posted by "bossenti (via GitHub)" <gi...@apache.org>.
bossenti commented on issue #1255:
URL: https://github.com/apache/streampipes/issues/1255#issuecomment-1426760022

   @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?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org