Someone on IRC was asking whether it was possible to do catch multiple types of exceptions at the same time in c#. In Java 7 there’s a feature from project coin called multi catch that enables the following syntax: public class MultiCatch { public static void main(String… args) { try { throw new ExceptionA(); }… Read more »
Posts Tagged: c#
More Articles
- Teamwork & XP in the era of Genies
- Overcoming Resistance to Extreme Programming
- Tragedy of Return to Hostile Offices
- Engineering Team Lessons from Cycling
- One does not simply deliver software
- Do you need a Strong Leader?
- Supporting Sustainability
- Pondering Agile Principles
- Cost of Attrition
- Uncovering Better Ways
- Don’t hire top talent; hire for weaknesses.
- Escape the Permission Trap with Healthy Habits
- Thinking in Questions with SQL
- Leadership Language Lessons from Star Trek
- Java 16 Pattern Matching Fun
- We got lucky
- Revisiting Html in Java
- Meetings, ugh! Let’s change our language
- Latency Numbers Every Team Should Know
- Humility
- Sealed Java State Machines
- A little rant about talent
- Fun with Java Records
- The benefits of making code worse
- Reasons to hire inexperienced engineers