HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
69 stars 20 forks source link

Idea: `.startswith` as an alias to `.begins_with` #100

Closed dimaqq closed 2 years ago

dimaqq commented 2 years ago

Python has a canonical str.starswith Meanwhile Dynamo has begins_with

WDYT about F gaining F.startswith = F.begins_with?

ojii commented 2 years ago

I'm not a big fan of having the method twice.

dimaqq commented 2 years ago

OK then