proofit404 / stories

Service objects designed with OOP in mind.
https://proofit404.github.io/stories/
BSD 2-Clause "Simplified" License
297 stars 21 forks source link

Deny empty string in conditional declaration. #695

Closed proofit404 closed 1 year ago

proofit404 commented 3 years ago

Looks like conditional are the only place witch use strings as part of the api.

Ideally, we should invent syntax based on identifiers.

In case, this is not possible - we should validate conditional argument it contains identifier.

proofit404 commented 1 year ago

Superseded by #723