wrx02
Joined 7/27/2018
wrx02 said almost 5 years ago on SOLID - Open/Closed Principle :
Great video. I can call `DocxDocumentParser` by `Document.new( 'some_path', 'DocxDocumentParser').parse` ? Line 4 in Document initialize, does `parser` needs `constantize` ?

wrx02 said about 2 years ago on Label Maker with Ruby :
Is there a reason why you put the Twitter class in the model instead of a service object?

wrx02 said over 1 year ago on Hotwire Introduction :
In `search_controller.js`, is it possible to use jQuery?