Live data from Hacker News

Viewing profile — marquis_andras

marquis_andras

HN member
Joined
Thu, Dec 16, 2021, 11:01 AM UTC
HN karma
7
Public activity
4 items

About marquis_andras

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #29877501

    [1,2,3].__len__()

  3. 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…

  4. 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 …