Embed presentation
Download to read offline




























![# actionpack/lib/action_controller/base.rb
module ActionController
class Base < Metal
...
MODULES = [
AbstractController::Layouts ,
AbstractController::Translation ,
AbstractController::AssetPaths ,
... about two dozen modules
]
MODULES.each do |mod|
include mod
end
...
end
end](https://image.slidesharecdn.com/documenting-from-the-trenches-111016075139-phpapp02/85/Documenting-from-the-Trenches-29-320.jpg)












The document discusses strategies for documenting software from the trenches. It provides examples of documentation tools, drivers of documentation like community involvement and leadership commitment, and qualities of good documentation like simple explanations, comprehensive coverage, and well-chosen examples. It also notes similarities between documenting and teaching.




























![# actionpack/lib/action_controller/base.rb
module ActionController
class Base < Metal
...
MODULES = [
AbstractController::Layouts ,
AbstractController::Translation ,
AbstractController::AssetPaths ,
... about two dozen modules
]
MODULES.each do |mod|
include mod
end
...
end
end](https://image.slidesharecdn.com/documenting-from-the-trenches-111016075139-phpapp02/85/Documenting-from-the-Trenches-29-320.jpg)










