· Chuck Conway · Productivity  · 1 min read

Boost Your Productivity: 6 Tips to Coding Faster

Boost your coding efficiency by using familiar tools, focusing on the task at hand, and leveraging keyboard shortcuts and automation.

Boost your coding efficiency by using familiar tools, focusing on the task at hand, and leveraging keyboard shortcuts and automation.

Tip 1

Use the same keyboard and mouse at work as you do at home.

Most organizations will buy you a mouse and keyboard of your liking if asked. If not bring your own into to work.

Tip 2

Concentrate on the essence, not the ceremony.

The more time you spend on the tool is less time you can devote to the problem.

Tip 3

In Windows, type the first part of the previous command and then hit F8. The shell will perform a backward search through previous commands that match the first part of what you’ve just typed.

Tip 4

When coding, always prefer the keyboard over the mouse.

Tip 5

Automate, automate, automate.

Tip 6

Use tools for other purposes than they are intended for. For example operating on large number of files can be a challenge is C#. Tools like Ant, NAnt, Rake are designed for this purpose.

Share:
Back to Blog

Related Posts

View All Posts »
8 Must Have Extensions for Brackets.io

8 Must Have Extensions for Brackets.io

Everyone has a favorite editor. I’ve tried them all. And I’ve found that Brackets.io best suits me. Unfortunately, there are gaps in the functionality of Brackets.io. With a robust ecosystem of extensions, I’ve found 8 extensions that complete Brackets.io.

Give a Safe Space to Express Ideas

Give a Safe Space to Express Ideas

When leading a team, it’s important to create an environment where everyone feels safe to express their ideas regardless of their experience level.

Scrum is Overrated

Scrum is Overrated

Scrum is overrated. It's a good starting point for teams that have never worked together, but it's not the end all be all.

The Benefits of Using a Build Framework

The Benefits of Using a Build Framework

Continuous Integration (CI) and/or Continuous Delivery (CD) is the norm on software projects these days. There are many build servers such as Azure DevOps, TeamCity, Jenkins, and Cruise Control.Net.