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
FormatterStep - a named function which turns one string into another string
Formatter - fully determines the formatted content of a file by combining a list of FormatterSteps which are applied in sequence, followed by setting the line endings and character encoding
Target - a list of files to be formatted
Format - the combination of a Formatter and a Target
If you think any of these terms are unclear, feel free to discuss below. If there are any other concepts in the code which should be defined explicitly, feel free to discuss below. The final result of all discussions is incorporated into the list above via editing, after which the discussions may be deleted. This glossary is based on an idea from Rich Hickey's Design in Practice talk.
The text was updated successfully, but these errors were encountered:
If you think any of these terms are unclear, feel free to discuss below. If there are any other concepts in the code which should be defined explicitly, feel free to discuss below. The final result of all discussions is incorporated into the list above via editing, after which the discussions may be deleted. This glossary is based on an idea from Rich Hickey's Design in Practice talk.
The text was updated successfully, but these errors were encountered: