amn / csspring

A CSS parsing library
GNU General Public License v3.0
1 stars 0 forks source link

Decide between `cast` and `#type: ignore` across the code base #14

Open amn opened 3 weeks ago

amn commented 3 weeks ago

Both can be used for achieving the same result, and both have their own pros and cons, but there's no reason to use one in e.g. syntax.parsing.Function and another in syntax.parsing.Declaration. It's about consistency.