delicious

Don’t Step on a Rake, Use Rake::DSL

Een murb'ed feed, meer 6 jaar geleden geplaatst onder rake, ruby, rails, dsl & tasks.

supergood.software informs us (ruby-developers ;)) about what happens when we simply define a method within a rake file:

That’s correct: every instance of almost every class, including the classes and modules themselves, now get the methods defined in your .rake file. Polluting almost every object in your system with unnecessary methods is a bad practice and could have a variety of consequences.

But he follows up:

Fortunately for us, Rake actually provides a built-in facility for changing the scope of our tasks! It lives in the Rake::DSL module. From the docs:

DSL is a module that provides task, desc, namespace, etc. Use this when you’d like to use rake outside the top level scope.

Lees meer op de oorspronkelijke bron.

Op de hoogte blijven?

Maandelijks maak ik een selectie artikelen en zorg ik voor wat extra context bij de meer technische stukken. Schrijf je hieronder in:

Mailfrequentie = 1x per maand. Je privacy wordt serieus genomen: de mailinglijst bestaat alleen op onze servers.