Improve naming of builtin function parameters #858
Labels
P: Builtins
Package exposing Candy's compiler builtins
P: Compiler: Frontend
Package: The compiler frontend
P: Compiler: Inkwell Backend
Package: Inkwell Compiler Backend producing native code via LLVM
P: Compiler: VM
Package: The VM executing Candy byte code (LIR)
T: Feature
Type: New Features
T: Refactor
Type: Refactoring
Currently, functions like equals call their parameters
a
andb
, which is applied to the whole codebase for consistency. We could use more descriptive names, such aslhs
andrhs
orleft
orright
.The text was updated successfully, but these errors were encountered: