codewithher / CC-Lantern

Wrapper library for programming cultural lanterns.
GNU General Public License v3.0
0 stars 0 forks source link

[Feature] - magic number linting #39

Open totally-not-frito-lays opened 3 months ago

totally-not-frito-lays commented 3 months ago

Is your feature request related to a problem? Please describe. While we don't have a strict style guide yet, we should try to encourage clean coding however we can. Linting ^1 is one such tool we can use to do this. There are broadly two places where linting can take place:

  1. on GitHub through actions
  2. locally through an extension / cli linter

Describe the solution you'd like

Requirements (in this order)

Describe alternatives you've considered This is a nice to have to help make our system more robust and prevent bugs from hitting production / the classroom.

Additional context This ticket is similar but separate from the #17 ticket.


[^2]: Magic Numbers [^3]: GitHub Actions Documentation