Book Image

PhpStorm Cookbook

By : Mukund Chaudhary
Book Image

PhpStorm Cookbook

By: Mukund Chaudhary

Overview of this book

Table of Contents (16 chapters)
PhpStorm Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a task for the team


Have you ever imagined how big things are created? How have people successfully managed to build large systems that function so well? What must have been their thinking and mindset when they decided to step out and attempt that extra mile?

The answer to this is quite simple. A journey of a thousand miles begins with a single step. So, when you started thinking about working with your team, you decided to work with version control. You went ahead and learned the tricks of the trade while working with version control. Now, it's the time for you to step out and try out that extra mile. Combine the knowledge you have gained, and get ready to explore one of the ways in which you can create a team task.

Getting ready

You want to create a team task so that you can set which section of code needs the attention of which programmer in your team. You can do that by combining the power of TODO (remember creating TODO tasks?) and version control. Thus, any fellow programmer...