Jordão
Jordão
Following the recommendation of Clean Code to "use unchecked exceptions", I ALWAYS end up using CX_NO_CHECK as my custom exceptions' superclass. I think CX_STATIC_CHECK adds too much noise everywhere it's...
I'm reading the recommendations related to clearing the value of exporting parameters passed-by-reference and wondering, shouldn't it be preferred to have exporting parameters passed-by-value? A pass-by-reference exporting parameter behaves like...
Google finance stopped working for automated calls. Find an alternative online API. It should get **daily closing prices** for **stocks** and **ETFs** on different **exchanges**, for at least **1 year**.
In the event consumer samples, there's a comment mentioning "Blocking call. You can either define a timeout or use a message listener". It would be more realistic to use a...