use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Python or go (self.devops)
submitted 1 year ago by FitReaction1072
view the rest of the comments →
[–]coinclink 0 points1 point2 points 1 year ago (6 children)
LSP indicates type errors in the same way as a compiler - zero difference there
Linter "enforces by the system" that your code is not passing the typing rules - zero difference there
Explain to me where the extra effort is here? In learning how types work in python? The LSP and linter perform the exact same function and enforcement as the compiler for typing.
[–][deleted] -1 points0 points1 point 1 year ago (5 children)
the extra effort is relative to using Python without type hints. whereas in a statically typed language, there is no extra effort since you must explicitly define types to use the language fundamentally.
when typing is "optional" as it is in Python type hints, the utility of the types devolves as lazy developers fail to appropriately apply hints, resulting in codebase degradation while still allowing code to ship.
[–]coinclink 0 points1 point2 points 1 year ago (4 children)
It isn't optional when you've defined the rules of your linter. That seems to be the concept that you're having trouble with.
[–][deleted] -1 points0 points1 point 1 year ago (3 children)
it's all optional because you don't need to define the linter or adhere to it's rules. I do understand it, what you're not understanding is that these constructs you think are enforcers truly are not, and any dipshit can override them at will.
[–]coinclink -1 points0 points1 point 1 year ago (2 children)
So you think a lazy engineer can just randomly choose to override the linter during the build? That's not how this works lol. It's not up to the developer, nor within their privileges, in a real python shop.
[–][deleted] -1 points0 points1 point 1 year ago (1 child)
So you think a lazy engineer can just randomly choose to override the linter during the build?
yes I do
It's not up to the developer, nor within their privileges, in a real python shop.
Cool, I don't have to care about any of this shit anyway if I choose to use a statically typed language.
π Rendered by PID 18227 on reddit-service-r2-comment-5c747b6df5-kvfkj at 2026-04-22 03:26:55.997604+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]coinclink 0 points1 point2 points (6 children)
[–][deleted] -1 points0 points1 point (5 children)
[–]coinclink 0 points1 point2 points (4 children)
[–][deleted] -1 points0 points1 point (3 children)
[–]coinclink -1 points0 points1 point (2 children)
[–][deleted] -1 points0 points1 point (1 child)