HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jamier1978

no profile record

comments

jamier1978
·3년 전·discuss
When this article was published on his altdev blog it had a big impact on how I wrote code. I really embraced pure functions and tried to think in terms of side effect free code and inputs/outputs.

Got no real data for it but I felt the quality of the code I wrote was much better going forward.
jamier1978
·3년 전·discuss
"an uneven worker" sums me up nicely.
jamier1978
·4년 전·discuss
As someone who worked with Delphi for many years I've often wondered if there is a lot of money to be made by charging companies to work on these codebases. As much as I liked Delphi back in the day, low job satisfaction puts me off looking in to the idea.
jamier1978
·4년 전·discuss
Also the compiler was lightening fast.
jamier1978
·4년 전·discuss
A significant amount of Delphi code I wrote 20+ years ago is still in the wild and still making a ton of money for a company I used to work for.

I actually miss the days of Windows desktop development. Good Times.
jamier1978
·4년 전·discuss
To me the two bits of code in the error handling case or not comparable. In the c++ case you would still handle the error in the if statement if it can be handled otherwise you would throw it. C++ has the advantages of giving you both options.
jamier1978
·4년 전·discuss
There isn't many people who could hold my attention for 5 hours but John is one who can. Speaks so well about his craft.