Florian Mielke
banner
florianmielke.bsky.social
Florian Mielke
@florianmielke.bsky.social
I make products and help teams get better at it. 20+ years of experience in software development.

Creator of WorkTimes.app and MinuteTaker.app.
It might be, but I haven't seen it until now. 🫥
March 20, 2025 at 3:26 PM
Premature optimization isn’t just wasted time—it can make your code harder to understand and maintain.

Aways remember: The cost of code is in the reading!
January 21, 2025 at 5:00 PM
1️⃣ Make it work — focus on functionality, and surround it with tests.

2️⃣ Make it right — improve readability and maintainability.

3️⃣ If (and only if) performance issues arise:
• Measure
• Optimize
• Repeat as needed
January 21, 2025 at 5:00 PM