HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jamesdhutton

no profile record

投稿

Show HN: Housepoints

whirl.digital
2 ポイント·投稿者 jamesdhutton·8 か月前·0 コメント

コメント

jamesdhutton
·6 か月前·議論
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
·7 か月前·議論
Genuine question, not being sarcastic: why would someone want/need these downloads?
jamesdhutton
·8 か月前·議論
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
·10 か月前·議論
> 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.