Developer of PieFed, a sibling of Lemmy & Kbin.

  • 1 Post
  • 15 Comments
Joined 11 months ago
cake
Cake day: January 4th, 2024

help-circle


  • Yes we could really do with all of those. Patches welcome. Other than a preference for PEP 8 I don’t have strong opinions about particular linters or formatters.

    I see the benefits of types but am not puritanical about it. I’m ok with the way we’re using types at the moment. Most utility functions have types specified, especially those that return database objects so the type information flows up to the routes pretty well. I mostly see it as a way to help my IDE autocomplete work better than as a holy grail. I’m sure there are places where more types could be added but making it a policy that every function must have a type signature seems OTT.













  • Ehh, it’s ok in the case of JetBrains - if your subscription lapses your license converts to a ‘perpetual fallback license’ so can just continue using the version you installed when the subscription was originally purchased.

    I’m using a 4 year old version of PhpStorm with no issues and no subscription. My PyCharm sub ended 6 months ago and I’m staying on the 2023 version of PyCharm because the latest version comes with lots of AI which makes my CPU fans scream continuously.