Performance Review
A performance review is a formal, periodic evaluation in which a manager assesses an employee's work, progress on goals, and overall contribution, typically influencing raises, promotions, and development plans.
Definition
A performance review is a formal, periodic evaluation in which a manager assesses an employee's work, progress on goals, and overall contribution, typically influencing raises, promotions, and development plans.
Overview
Reviews are usually conducted quarterly, semi-annually, or annually, and often combine a manager's assessment with self-review and, in many companies, 360 Feedback from peers and cross-functional collaborators. The output typically feeds directly into compensation decisions, making the process closely linked to Salary Negotiation and progression along the Career Ladder. Many engineering organizations tie reviews to goal-setting frameworks such as OKRs (Objectives and Key Results), evaluating not just output but whether it moved the needle on stated team or company objectives. Well-run reviews are expected to be free of surprises — good managers surface feedback continuously throughout the period rather than saving it all for the review itself. Poorly run review cycles are a recognized contributor to disengagement and Burnout, particularly when feedback feels arbitrary, infrequent, or disconnected from actual day-to-day work.
Key Concepts
- Conducted on a regular cadence, commonly quarterly or annually
- Combines manager assessment with self-review and often peer feedback
- Directly influences raises, bonuses, and promotion decisions
- Often anchored to goal frameworks like OKRs
- Best practice discourages saving all feedback for the review itself
- Documented outcomes typically feed a formal development plan
Use Cases
Frequently Asked Questions
From the Blog
How to Give and Receive Code Review Feedback
Great code review feedback improves code and relationships at once. Learn how to give clear, kind comments and receive them without ego getting in the way.
Read More ProgrammingHow to Optimize React Performance
Optimize React performance by preventing needless re-renders, memoizing wisely, splitting bundles, and virtualizing long lists. Measure before you tune.
Read More Career GrowthManagerial Accounting: A Career-Focused Overview
Managerial accounting is the internal discipline of using cost and performance data to guide business decisions, and it underpins many operations and finance career paths. This guide covers what the role involves and how to build toward it.
Read More AI & TechnologyAI Coding Assistants at Work: Workflow, Review and Limits
AI coding assistants pay off on well-specified, pattern-heavy work and cost you time on novel design. This guide places them precisely in the development loop, gives you a review order that catches machine-specific defects, and names the failure modes — hallucinated APIs, silent context truncation, leaked secrets — you need to watch for.
Read More