Specialize in architecture and DX. Write primarily Ruby. VPE at Helios (FinTech). You know me as @hakunin on Twitter/X.
do_specific_thing
most of the time you should:
1) def do_generic_thing(options)
and then
2) def do_specific_thing; do_generic_thing(CONFIG_FOR_SPECIFIC_THING) end
do_specific_thing
most of the time you should:
1) def do_generic_thing(options)
and then
2) def do_specific_thing; do_generic_thing(CONFIG_FOR_SPECIFIC_THING) end
1. Be very selective with js libs
2. Only fully-bundled esm (e.g. jsdeliver's /+esm)
3. Don't be afraid to rename pinned files
4. A comment above every dep in importmaps.rb with instructions on how to update
Having little experience with pipelines, this has been worth it for now.
1. Be very selective with js libs
2. Only fully-bundled esm (e.g. jsdeliver's /+esm)
3. Don't be afraid to rename pinned files
4. A comment above every dep in importmaps.rb with instructions on how to update
Having little experience with pipelines, this has been worth it for now.