The dangers of assert in Python
Source
SnykThe dangers of assert in Pythonsnyk.ioYou might also wanna read
Why You Should Never Disable Asserts in Production
The article argues that disabling asserts in production is a harmful practice, contrary to common belief. It explores how asserts serve as c
Python scripting best practices: improving code quality and maintainability
A practical guide on best practices for writing Python scripts, covering topics like using `if __name__ == "__main__"` guards, proper argume
Understanding Why Overly Aggressive Mocks Break Later in Software Testing
The article explains why overly aggressive mocking in software testing can appear to work initially but break later. It discusses the rule o
Writing Robust Code: Reducing Assumptions and Handling Real-World Imperfections
A programming-focused article discussing the importance of reducing assumptions in code by handling edge cases, errors, and imperfect real-w
Understanding Memory Safety: Addressing Skepticism in Software Development
This article addresses skepticism around memory safety in software development, explaining why memory safety matters despite being a frequen
Error Handling in Large Systems: The Debate Around Rust's .unwrap() Method
The article discusses the debate around error handling in large systems, sparked by Cloudflare's November 18 outage postmortem that mentione

Comments
Sign in to join the conversation.
No comments yet. Be the first.