Guests are welcome to view our materials. To subscribe, edit, view raw markup, etc., you'll need to register for an account. Accounts are free (and will always be free) - your involvement helps us directly and indirectly (by demonstrating that our work matters to our funders...)
StartingPoints has more info.
Verbing version of topic title
This topic is part of the ConstructivistGlossary for this wiki. Recall that the description of the term discussed here is contextual.
In
Programming Perl, Larry Wall introduced the laziness principle of language design; namely that one of the forces that motivates great programmers is laziness - the willingness to expend a strategic amount of extra effort now to save a significant amount of overall effort.
Thus the laziness principle dictated that we took the time to learn how to use configuration files when sorting through module-starter with Module::Install in
CreatingInstallAhatSkin.