> > > What's broken? > http://ci.theforeman.org/job/test_plugin_foreman_salt_master/
it's not the technology knowledge (which is ROR here) the core problem Problem lies in higher abstraction: you have decided to use dynamic language to create quite complex piece of software, deliberately giving up the benefits of compilers Now: any newcomer to create anything, must master your docs, (btw: here https://theforeman.org/plugins/ you rather make it clear that it is only *not recommended *to install plugins from gems - you don't describe aforementioned steps that I had to make) On the other hand, if you had used statically typed language the language type system could be the documentation (not to mention that the compiler could catch bugs in compile-time rather than run-time)... if you use dynamic language - your documentation *must be* perfect, but yet you ask newcomers to edit it... see the twist? -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
