Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Freckle Guides

Front Row guides and best practices
Freckle guides and best practices

## Overall Rules

1. [Microsoft's API Guidelines][ms-api-guides] should be followed

In case of conflict with content here, we should open an Issue
to propose removing the content here.

[ms-api-guides]: https://github.com/microsoft/api-guidelines

2. Defer to a (configured) auto-formatter for all style decisions

In case of conflict with content here, we should open an Issue
to propose removing the content here.

## [Fancy Terms](./fancy-terms.md)

Why do we use terms like "Monoid" and what do they mean?
Expand Down