Viewing profile — marquis_andras
marquis_andras
HN member- Joined
- Thu, Dec 16, 2021, 11:01 AM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About marquis_andras
No profile information was provided.
Recent public activity
-
comment
Comment #29877781
This has been my experience too. I constantly fear Spring Boot magically reconfiguring itself based on what it finds in the classpath, and half the codebase being annotations and i…
-
comment
Comment #29877501
[1,2,3].__len__()
-
comment
Comment #29877231
Ruby has the ability to automatically download required gems in single-file scripts via bundler. I don't know of any equally convenient alternative for my python scripts. e.g. http…
-
comment
Comment #29577093
Michael Feathers uses several definitions of legacy code, depending on the situation. In your situation, he defines legacy code as follows. "legacy code is the product of ... when …