HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jamesdhutton

no profile record

Submissions

Show HN: Housepoints

whirl.digital
2 points·by jamesdhutton·il y a 8 mois·0 comments

comments

jamesdhutton
·il y a 6 mois·discuss
The article makes this very point. From the article: “software has been industrialising for a long time: through reusable components (open source code), portability (containerisation, the cloud), democratisation (low-code / no-code tools), interoperability (API standards, package managers) and many other ways”
jamesdhutton
·il y a 7 mois·discuss
Genuine question, not being sarcastic: why would someone want/need these downloads?
jamesdhutton
·il y a 8 mois·discuss
I’m building a reward chart app for parents. See link below. I just submitted it yesterday for review the App Store and Google Play. Now I wait. Fingers crossed.

https://whirl.digital/housepoints.html
jamesdhutton
·il y a 10 mois·discuss
> You can write simple, readable, and maintainable code in C++ without ever needing to use templates, operator overloading, or any of the other more advanced features of the language.

Maybe you can do that. But you are probably working in a team. And inevitably someone else in your team thinks that operator overloading and template metaprogramming are beautiful things, and you have to work with their code. I speak from experience.