यो एक जवाफदेहिता र सिकाई प्रश्न हो। वास्तविक गल्तीको साथ वास्तविक पाठ छान्नुहोस् — "म धेरै मेहनत गरें" जस्तो विनम्र-प्रशंसा होइन। यसलाई आफ्नो जिम्मेवारी लिनुहोस्, यसलाई सुधार गरिनुहोस्, र परिवर्तन देखाउनुहोस्।
कसरी पहुँच गर्ने
text
1. State the mistake plainly
2. Show you took responsibility (no deflecting)
3. Explain how you fixed or contained it
4. End with the durable lesson or habit
कार्यरत उदाहरण
text
S: I ran a database migration on staging that I thought was prod-safe.
T: It dropped a column other code still used.
A: I immediately told the team, restored from backup, and added the column back
with a safe migration. Then I documented the rollback steps.
R: No prod impact. Now I always test migrations on a prod-like copy and require
a second reviewer for schema changes.
