TypeScript style guide additions #1262
Labels
internal-documentation
Internal documentation of the Tact compiler and the repository. Not to be confused with docs/
Milestone
The TypeScript style guide was introduced in #1249 and #1250. Here are some additions/changes it could benefit from.
Do
switch
statement; in many cases it can be replaced withmakeVisitor
from src/utils/tricks.ts, for a usage example see src/prettyPrinter.tsbigint
as well?Don't
The text was updated successfully, but these errors were encountered: