This is a comparison between two identical slack bots written in Ruby and Elixir.…
2 posts tagged
Ruby
rake task:do_not_all
Rake [https://github.com/ruby/rake] is popular utility in Ruby's extensive tool set. It has over time become a standard to run repeatable tasks, be it from migrations in Rails to data processing/migration/manipultaion. In short if you have a task to automate, rake it. We…