We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Shorthand is the library I never βreleasedβ.
I created the library six years ago and have used it in every (private) project since. But I never promoted it. This week I made some updates to make things a little easier and I thought I'd share it with the world.
Shorthand is an Elixir library that provides convenient syntax for working with maps and keyword lists.
The library allows you to create maps where the name of the key is the same as the variable holding its value.
This is very similar to Javascript's shorthand property names for objects.
{foo}
is shorthand for{foo: foo}
.
continue reading on andrewtimberlake.com
β οΈ This post links to an external website. β οΈ
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.