AlgebraicJulia / Semagrams.jl

A graphical editor for graph-like structures
https://algebraicjulia.github.io/Semagrams.jl/
MIT License
94 stars 10 forks source link

Rename all variables with $ in their name #134

Open olynch opened 1 year ago

olynch commented 1 year ago

I picked up from Laminar the practice of using $ for signals. This is bad practice, because variables with $ in them are reserved for the compiler to use. Laminar 15 removed all $ from their codebase: we should do the same.