Skip to content

Commit 4fb8e94

Browse files
authored
Revise last paragraph in "Optional Syntax" (#1690)
1 parent d56e267 commit 4fb8e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/optional-syntax.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ defmodule(Math, [
9595

9696
Whenever you have any questions, this quick walk-through has you covered.
9797

98-
Finally, if you are worried about when to apply those rules, keep in mind that those concerns are handled by the Elixir formatter. In our day to day, Elixir developers use the [`mix format`](https://hexdocs.pm/mix/Mix.Tasks.Format.html) task to format our codebases according to a well-defined set of rules defined by the Elixir team and the community. For instance, `mix format` will always add parentheses to function calls unless explicitly configured to not do so. This ensures all codebases in your company and in the community follow the same standards.
98+
Finally, if you are concerned about when to apply these rules, it's worth noting that the Elixir formatter handles those concerns for you. Most Elixir developers use the [`mix format`](https://hexdocs.pm/mix/Mix.Tasks.Format.html) task to format their codebases according to a well-defined set of rules defined by the Elixir team and the community. For instance, `mix format` will always add parentheses to function calls unless explicitly configured not to do so. This helps to maintain consistency across all codebases within organizations and the wider community.

0 commit comments

Comments
 (0)