 
  
  1. Enhancements Elixir [DynamicSupervisor] Implement child_spec/1 for DynamicSupervisor [Kernel] Raise better error messages on invalid map syntax 2. Bug fixes Elixir [Code.Formatter] Only rearrange not in operator if explicitly opted-in [Code.Formatter] Ensure do blocks do not exceed line length on calls with a single argument [Collectable] Support bitstrings in Collectable and for-comprehensions
This document covers some naming conventions in Elixir code, from casing to punctuation characters. Casing Elixir developers must use snake_case when defining variables, function names, module attributes, etc.: some_map = %{this_is_a_key: "and a value"} is_map(some_map) Aliases, commonly used as module names, are an exception as they must be capitalized and written in CamelCase, like OptionParser.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く
