joemonti.bsky.social
Staff Software Engineer @ Vidmob. Interests in languages (Python, Scala), data (Spark, SQL), and ML/AI (Applied, keeping current on research). joemonti.org
6 posts
39 followers
325 following
Getting Started
comment in response to
post
Performance metrics are an art across each of those disciplines. Sales and marketing also have the advantage of being around since the dawn of commerce, while Software Engineering is a baby by comparison. Software Engineering has also been burned by ridiculous metrics like lines of code written.
comment in response to
post
Simply not testing their code, outside of perhaps a superficial AI-generated unit test. My advice: there are a lot of things you should not trust in software development (function inputs, APIs, LLMs), and your code is no exception. Until it does the thing you need it to, don't trust that it will.