val name = "Kotlin" val message = "Hello, $name" Simple and readable. But things get less pleasant when the string itself needs to contain $. This often happens when ...
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 ...
Two bugs found in testing that were worth the hour: – A SQL injection risk in some string interpolation (caught before going live) – A JSON.stringify double-encoding issue on a jsonb field Neither ...
Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills ...
Syntax highlighting files shipped with Sublime Text and Sublime Merge - sublimehq/Packages ...