You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/Docs/Doc1.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ const Doc1 = () => {
12
12
<divclassName={classes.Content}>
13
13
<h1className={classes.Title}>What is pair programming?</h1>
14
14
<pclassName={classes.Para}>Pair programming involves two developers writing code together by sharing the single system. A pair of developers not only write the code but also plan and discuss their work.</p>
15
-
<pclassName={classes.Para}>In a pair of developers, one can be a driver and other can be a navigator. A driver is the person who types the code. He should always talk through what he is doing while doing it. A navigator is a person who observes the code. He reviews the code, gives direction and shares thoughts while the driver writes the code.</p>
15
+
<pclassName={classes.Para}>In a pair of developers, one can be the driver and other can be the navigator. A driver is the one who types the code. He should always talk through with the navigator on what he is doing while doing it. A navigator is the one who observes the code. He reviews the code, gives direction and shares thoughts while the driver writes the code.</p>
16
16
<imgsrc={PairRole}className={classes.Image}alt='Roles in Pairing'/>
17
-
<pclassName={classes.Para}>The idea of the pair division is to have two different perspectives on the code. The driver should always focus on completing the code. The navigator should always focus on bugs and larger issues. Both of the developers have the big picture in mind at the end.</p>
17
+
<pclassName={classes.Para}>The idea of pair division is to have two different perspectives on the code. The driver should always focus on completing the code. The navigator should always focus on bugs and larger issues. Both the developers have the big picture in mind at the end.</p>
<h1className={classes.Title}>Why do we need pair programming?</h1>
14
-
<pclassName={classes.Para}><b>Less bugs:</b> If the driver encounters a bug with the code, there will be two of them who’ll solve the problem. It will reduce the bugs in the overall product and it will result in better code.</p>
15
-
<pclassName={classes.Para}><b>Improve interpersonal skills:</b>Pair programming involves a collaborative way of working which will improve a lot of communication and teamwork. Pair programming not only improves programming skills, but can also help programmers develop their interpersonal skills.</p>
16
-
<pclassName={classes.Para}><b>Better knowledge sharing:</b> While a pair of developers work on the same code, it helps them to exchange their knowledge and accept certain best practices. Different experiences and perspectives will lead to the consideration of more alternatives.</p>
14
+
<pclassName={classes.Para}><b>Less bugs:</b> If the driver encounters a bug with the code, there will be two of them who’ll solve the problem. It will reduce the bugs in the overall product and will result in better code.</p>
15
+
<pclassName={classes.Para}><b>Improve interpersonal skills:</b>Pair programming involves a collaborative way of working which will improve a lot of communication and teamwork. Pair programming not only improves programming skills, but can also help programmers develop their interpersonal skills.</p>
16
+
<pclassName={classes.Para}><b>Better knowledge sharing:</b> While a pair of developers work on the same code, it helps them exchange their knowledge and accept certain best practices. Different experiences and perspectives will lead to the consideration of more alternatives.</p>
<pclassName={classes.Para}>In a pair, when one of them leaves the project or the company, it will not kill the project. The others in the pair can always take it up and finish it. It is good to switch pairs frequently, to keep everyone working on the project up to date.</p>
18
+
<pclassName={classes.Para}>In a pair, when one of them leaves the project or the company, it will not kill the project. The other in the pair can always take it up and finish it. It is good to switch pairs frequently, to keep everyone working on the project up to date.</p>
Copy file name to clipboardExpand all lines: src/pages/Docs/Doc3.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ const Doc3 = () => {
14
14
<divclassName={classes.Content}>
15
15
<h1className={classes.Title}>What is git co commit?</h1>
16
16
<pclassName={classes.Para}>When a pair or multiple developers work on git projects, there is a convention that allows us to document our co-authors in the commit message. However, adding the co-authorship information on every single commit is painful.</p>
17
-
<pclassName={classes.Para}>Do a git commit as normal with the pair members username, to make them get credit for the commit (if more than one member works on the same code, separate the username by comma). The author name(who writes code - Driver) on the commit added automatically.</p>
17
+
<pclassName={classes.Para}>Do a git commit in the same way it is usually done, with the pair members username, to make them get credit for the commit (if more than one member works on the same code, separate the username by comma). The author’s name(who writes the code - Driver) on the commit will be added automatically.</p>
18
18
<pclassName={classes.Para}>Each co-author will be added to the commit message, so that they are also credited in the github contributions view!</p>
<pclassName={classes.Para}>1. Download Node js installer from the <ahref="https://nodejs.org/en/download/"target="_blank"rel="noopener noreferrer">official website</a> as per the operating system(OS).</p>
14
-
<pclassName={classes.Para}>2. Run the downloaded Node js installer - including accepting license, selecting destination and authenticate for install.</p>
14
+
<pclassName={classes.Para}>2. Run the downloaded Node js installer - including accepting license, selecting destination and authentication for installation.</p>
15
15
<pclassName={classes.Para}>3. To ensure Node js has been installed successfully run the following command in cmd or bash</p>
16
16
<codeclassName={classes.Code}>node -v</code>
17
17
<pclassName={classes.Para}>4. To ensure npm (Node Package Manager) has been added with node js successfully run the following command in cmd or bash</p>
<h1className={classes.Title}>Installing and using git co commit</h1>
16
-
<pclassName={classes.Para}>Before installing git co commit package ensure that, you have installed the Node js correctly. If not, Please read the <Linkto="/get-started/installing-node-js">previous page</Link>.</p>
16
+
<pclassName={classes.Para}>Before installing git co commit package, ensure that you have installed Node js correctly. If not, Please read the <Linkto="/get-started/installing-node-js">previous page</Link>.</p>
17
17
<pclassName={classes.Para}>To install git co commit run the following command in the cmd or bash</p>
18
18
<codeclassName={classes.Code}>npm i -g git-co-commit</code>
19
19
<pclassName={classes.Para}>It will install the git-co-commit package and add all the dependencies to the root level of your computer.</p>
<pclassName={classes.Para}>4. Run git add index.html</p>
25
-
<pclassName={classes.Para}>5. Run commit - it will ask for commit message after that it will ask pairs username separate by comma (Author name doesn’t need to be included).</p>
25
+
<pclassName={classes.Para}>5. Run commit - it will ask for a commit message, once you add your commit message, it will ask for the pair’s username separated by comma (Author’s name doesn’t need to be included, it will be automatically added).</p>
<h1className={classes.Title}>Setup git co commit for node project</h1>
18
-
<pclassName={classes.Para}>Before installing git co commit package ensure that, you have installed the Node js correctly. If not, Please read the <Linkto="/get-started/installing-node-js">previous page</Link>.</p>
18
+
<pclassName={classes.Para}>Before installing git co commit package ensure that you have installed Node js correctly. If not, Please read the <Linkto="/get-started/installing-node-js">previous page</Link>.</p>
19
19
<h3className={classes.SubTitle}>To setup do the following steps</h3>
20
20
<pclassName={classes.Para}>1. Create a folder and then open the folder in cmd or bash</p>
<pclassName={classes.Para}>7. Run git add index.html</p>
34
-
<pclassName={classes.Para}>8. Run npm run commit - it will ask for commit message after that it will ask pairs username separate by comma (Author name doesn’t need to be included).</p>
34
+
<pclassName={classes.Para}>8. Run npm run commit - it will ask for a commit message, once you add your commit message, it will ask for the pair’s username separated by comma (Author’s name doesn’t need to be included, it will be automatically added).</p>
35
35
<imgclassName={classes.CmdImage}src={NpmGit}alt="Npm run commit"/>
Copy file name to clipboardExpand all lines: src/pages/Home/Body2/Body2.js
+4-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,10 @@ const Body2 = () => {
15
15
<divclassName={classes.Body}>
16
16
<divclassName={classes.Content}>
17
17
<h1className={classes.Heading}>Collaborate</h1>
18
-
<pclassName={classes.Para}>Want to collaborate with code and improve the package? complete documentation of code is available. Click below buttons to view documentation or start improving</p>
18
+
<pclassName={classes.Para}>Want to collaborate with code and improve the package?<br/>
19
+
Complete documentation of the code is available.
20
+
Click the Reference button below to view the documentation and start improving the package.
0 commit comments