• words_number@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    I’d say at 1000 lines it usually makes sense to extract some parts into other files. But sure, I guess most obscurities have positive aspects. On the other hand, nothing is stopping you from writing a separate file with only function signatures next to your python scripts. It’s just not required, because why would it ;)