Productivity Glossary
Browse 57 productivity terms defined in plain English, from the cultural dictionary of computing.
57 Productivity Terms
- 10x Developer Myth
- 10x Developer Myth refers to the skeptical perspective that the idea of developers who are ten times more productive than average is largely a myth or at least...
- 10x Engineer
- 10x Engineer is a term describing a software developer who is supposedly ten times more productive than an average engineer. The concept originates from...
- 80/20 Rule
- A heuristic based on the Pareto principle suggesting that a small portion of causes often drives a large portion of outcomes, commonly framed as eighty percent...
- Active Recall
- A learning method that strengthens memory by forcing yourself to retrieve information rather than only rereading it. In tech culture it often comes up in the...
- Bikeshedding
- Bikeshedding is the tendency for groups to spend disproportionate time and energy debating trivial, easy-to-understand issues while giving insufficient...
- Bike Shedding
- Spending too much time debating small, easy-to-opine-on details while more important difficult issues get less attention.
- Build Time
- The amount of time required for a build process or a specific build stage to complete. Build time affects developer feedback loops, CI throughput, and release...
- Cheat Sheet
- A compact reference document that summarizes commands, concepts, syntax, or procedures for quick lookup. In tech culture cheat sheets are prized because they...
- Code Blocker
- Anything that prevents meaningful coding progress, such as missing access, unclear requirements, broken environments, or waiting on another team. In everyday...
- Code Intelligence
- Editor or platform capabilities that understand code structure well enough to provide features like autocomplete, go-to-definition, reference search, symbol...
- Code Machine
- A playful term for a person, team, or pipeline that produces code quickly and steadily. In engineering slang, code machine can be admiring when quality holds...
- Code Review Fatigue
- The exhaustion and lower-quality feedback that set in when teams face too many pull requests or too little review time.
- Code Tax
- The recurring extra effort imposed by a codebase, tool, or architecture before real feature work can even start. It often shows up as boilerplate, slow builds,...
- Collaboration Tool
- Software used to help people coordinate, communicate, share documents, assign work, or work together in real time. In workplace culture collaboration tools...
- Context Switching Tax
- The cognitive cost of switching between unrelated tasks — studies show it takes 15-23 minutes to regain deep focus after an interruption. In engineering,...
- Death by Meeting
- The exhaustion and loss of productive time caused by too many meetings, especially low-value ones. In engineering slang, death by meeting is the opposite of...
- Deep Work
- Focused work done without interruption on cognitively demanding tasks. In tech culture deep work is often treated as precious because meetings, chat, and...
- Developer Happiness
- A broad, sometimes fuzzy phrase for how satisfied, energized, and supported developers feel in their day-to-day work. In engineering culture, developer...
- Developer Tool
- A tool built specifically to help developers write, test, debug, deploy, or understand software. In tech culture, developer tools are often loved intensely...
- Dev Productivity
- The effectiveness and efficiency with which developers can build, test, review, and ship software. In culture discussions dev productivity is about much more...
- Dev Tool
- A tool used by developers to write, debug, build, inspect, test, or deploy software. In culture, developer tools are not just utilities; they often become...
- DevTool Fatigue
- Exhaustion from constantly evaluating, adopting, or relearning new developer tools and workflows.
- Distraction
- Anything that interrupts attention, reduces focus, or pulls effort away from the task that matters most. In tech work distractions can be social, digital,...
- DX
- Developer Experience — the overall experience of developers using a tool, API, framework, or platform. Good DX means clear documentation, helpful error...
- Eat the Frog
- A productivity idea that says you should do the hardest, most resisted important task first instead of procrastinating on it all day. In work culture the...
- Efficiency
- The ability to achieve useful results with relatively little wasted time, effort, or resources. In tech culture efficiency is often prized, though teams...
- Flow State
- A state of deep concentration in which someone is fully immersed in a task and progress feels smooth and absorbing. In developer culture flow state is...
- Focus Mode
- A tool setting or personal working mode intended to reduce interruptions and help maintain concentration. In tech culture focus mode is part workflow feature,...
- Focus Time
- Time intentionally protected for concentrated work without meetings or routine interruptions. In modern work culture focus time is often something teams say...
- Four-Day Work Week
- A work arrangement in which people work four days instead of five, either with reduced total hours or compressed schedules. In workplace culture the concept is...
- Getting Things Done
- A productivity method popularized by David Allen, often abbreviated as GTD, centered on capturing tasks, clarifying actions, organizing contexts, and reviewing...
- GTD
- An abbreviation for Getting Things Done, the productivity system focused on capturing commitments, clarifying next actions, and reviewing work regularly. In...
- Hotkey
- A keyboard shortcut that triggers a command directly without navigating through menus or clicking. Power users rely on hotkeys to reduce friction and stay in...
- Hot Reload
- The ability to modify running code and see changes reflected immediately without restarting the application or losing its current state. A developer experience...
- Inbox Zero
- A productivity approach aimed at regularly processing email until the inbox is empty or near-empty, typically by replying, delegating, archiving, or scheduling...
- Know Your Tools
- A reminder that engineering effectiveness depends heavily on understanding the capabilities, limits, and shortcuts of the tools you use every day. It is often...
- Late Night Coding
- The habit of writing code late at night, often associated with fewer interruptions, deeper focus, or unhealthy deadline pressure depending on context. Tech...
- LibreOffice
- A free and open source office suite that emerged as a fork of OpenOffice and includes tools for documents, spreadsheets, presentations, and more. It is one of...
- Low-Code
- Describing software platforms that let people build applications, workflows, or integrations primarily through graphical tools and configuration, with limited...
- Low Hanging Fruit
- The easiest valuable work available, usually because it is simple, obvious, and low-risk relative to the effort required. Teams use it when triaging backlog...
- Maker vs Manager Schedule
- Paul Graham's observation that makers (programmers, writers) need long uninterrupted blocks (half-days minimum) for productive work, while managers work in...
- Meeting Tax
- The productivity cost of recurring meetings that consume focus time and reduce time available for actual work.
- Night Owl Coding
- A pattern of doing one’s best coding late at night, often because interruptions are lower and concentration feels easier. The phrase often overlaps with both...
- Open Floor Plan
- An office design without private offices or cubicle walls, intended to foster collaboration but scientifically shown to reduce face-to-face interaction by 70%...
- Org File
- A text file written in Emacs Org mode syntax, used for notes, task management, literate programming, outlines, and planning. Org files are central to workflows...
- Remote Work
- A work arrangement where people do their jobs outside a central office, often from home or other locations using digital collaboration tools. In tech, remote...
- Shaving the Yak
- The verb form of yak shaving — to be in the process of completing a seemingly unrelated prerequisite task that is multiple steps removed from your actual...
- Speedrun
- To race through a task as fast as possible, borrowing the gaming idea of completing something in minimal time. In engineering it can sound impressive or...
- Tab Completion
- A shell and editor feature that automatically completes partially typed commands, file paths, or variable names when the user presses the Tab key, using...
- Terminal Multiplexer
- A program like tmux or GNU Screen that creates multiple virtual terminal sessions within a single terminal window, supporting split panes, named windows, and...
- Time Box
- To set a fixed time limit for a task, meeting, investigation, or experiment so work does not expand indefinitely. Time boxing is common in engineering when...
- Time Sink
- Something that consumes far more time than its value seems to justify, often because it is messy, repetitive, or hard to make progress on. Engineers use it for...
- yak shave
- A seemingly pointless task that is actually a necessary prerequisite for a chain of tasks that eventually leads to your original goal. The canonical example:...
- Yak Shave
- A single prerequisite task in a yak-shaving chain. 'Updating the SSL cert was a four-yak-shave just to fix the login bug.'
- Yak Shave
- The seemingly endless series of small tasks you have to complete before you can do the actual task you set out to do. Each task reveals another prerequisite....
- Yak Shaving
- Yak Shaving describes the phenomenon of performing a seemingly endless series of small, seemingly unrelated tasks that are prerequisites for the actual task...
- Zoxide
- A smarter `cd` replacement that learns frequently used directories and helps jump to them quickly from the shell.
Related Topics
- Work Culture (6 terms in common)
- Focus (4 terms in common)
- Tools (4 terms in common)
- Developers (3 terms in common)
- Developer Experience (3 terms in common)
- Humor (3 terms in common)
- Tooling (3 terms in common)
- Slang (3 terms in common)
- Cli (3 terms in common)
- Work Habits (3 terms in common)
- Meetings (3 terms in common)
- Workflows (3 terms in common)
- Culture (3 terms in common)
- Idiom (3 terms in common)
- Maintenance (2 terms in common)
- Management (2 terms in common)
- Developer Culture (2 terms in common)
- Learning (2 terms in common)
- Workplace (2 terms in common)
- Prioritization (2 terms in common)