You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve "Functions should only be one level of abstraction" example
- rename ast variable to be more explicit (see, Avoid Mental Mapping)
- rename function lexer to include a verb in it's name (see,
https://herbertograca.com/2016/09/03/clean-code-3-functions-by-robert-c-martin-uncle-bob/)
- from my understanding, the term lexer is usally used for the
process of building a stream of tokens. So lexer and tokenize are
different names for the same thing
0 commit comments