Comment on Hanami 2.0parentComments−revskill3yThe point here, is, let's code in production.No good production code allows such things to accidentially happen, so to me, it's the error from framework. What's the point of using a framework if it couldn't help me do silly things then ?−lukeasrodgers3yHow would Hanami prevent this without messing with ruby constant lookup? Probably monkey patches to Kernel would be required.
Comments
The point here, is, let's code in production.
No good production code allows such things to accidentially happen, so to me, it's the error from framework. What's the point of using a framework if it couldn't help me do silly things then ?
How would Hanami prevent this without messing with ruby constant lookup? Probably monkey patches to Kernel would be required.