Skip to content

chore(agama): bridge refactoring #9181

@jgomer2001

Description

Hello some hints for pythonic way of writing coding:
Instead of if StringHelper.isEmpty(param): you can just use if not param
Instead of if StringHelper.isNotEmpty(acr) and acr.find(prefix) == 0: you can use if acr and acr.startswith(prefix): (

if StringHelper.isNotEmpty(acr) and acr.find(prefix) == 0:
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

comp-agamaTouching folder /agamakind-dependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions