Alfonso Graziano

Results 31 comments of Alfonso Graziano

I'm getting an "Unexpected identifier" error up to Node v 6.17. Installing that version of node locally I'm not able to make tests run. Could someone help me? Or maybe...

Hi @dougwilson could you merge the pr? Or do you have other advice to improve the example? :)

> Thanks for your work! I can't help but notice this example seems very similar to our mvc example, splitting the apps into sets of object operations by file and...

Hi @import-brain, sorry for the ping but I don't know how to progress with this PR. Do you think it could be merged or are required other approvals?

> Sorry about that, thanks for the ping! So I guess reading your response there, I'm just really confused. Does "Clean Architecture" mean something? Is there a link to where...

HI @dougwilson! Sorry for the ping XD. I would really appreciate a feedback on the PR if you have time. I have followed your advice. Now I think everything is...

Great idea! I think it is better to work in "chunks" so I'll explain my idea for some patterns and I will wait for you review in order to write...

Facade => The facade class expose a method "processUserData" (for Analytics) and uses 3 objects (Extractor, Transformer, Loader). The extractor get the data (from disk, remote api call, db etc),...

Strategy => A simple file upload processor. You have different strategies (like LocalUpload, S3, GCloudStorage). The client code will upload the file using a context