Skip to content

Instantly share code, notes, and snippets.

@jlamoree
Created June 20, 2014 15:58
Show Gist options
  • Save jlamoree/e9b80b409b3d66642ad4 to your computer and use it in GitHub Desktop.
Save jlamoree/e9b80b409b3d66642ad4 to your computer and use it in GitHub Desktop.
Mach-II Questions for an Interviewee

Which versions of Mach-II have you used?

How do you like to install Mach-II? In the webroot or elsewhere? How do you like to configure mapping?

How do you organize your Mach-II XML files? Do you use modules?

At what point do you consider creating a subroutine to prevent duplication of event handler

How do you deal with the White Screen of Death? What is typically the cause?

When would you use a Mach-II event filter instead of a plugin?

Do you give your view templates access to any services?

When would you use EventContext.announceEvent()? When is it better to use an HTTP redirect?

Is it necessary/recommenced to declare an explicit scope for variables in the the Mach-II view pages? Why?

Using the "depends" attribute on Mach-II components causes dependencies to be injected when using the ColdspringProperty. But this doesn't work on service components in the model. Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment