サービス開始から3カ月以上が経ち、現在は38のヴィンテージショップが正式に参加し、その数は今も増え続けている。承認済みユーザーは約900人で、そのうち半数が毎日利用しているアクティブユーザーだ。私の目標は、ユーザーが大手リセールサイトのひとつ「 ...
Report do def user_age_to_string(user) do Integer.to_string(user.age) end end # An anderer Stelle im Projekt: Report.user_age_to_string(%{age: "42"}) Integer.to_string/1 is Elixir's usual notation for ...