Skip to content

initial commit#5

Open
Robert-A-C wants to merge 2 commits intoGEX2015:masterfrom
Robert-A-C:master
Open

initial commit#5
Robert-A-C wants to merge 2 commits intoGEX2015:masterfrom
Robert-A-C:master

Conversation

@Robert-A-C
Copy link
Copy Markdown

intial pull request

Comment thread Assignment1/Calculator.cs Outdated
@@ -0,0 +1,60 @@
using System;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is the header comment!!!!!

Comment thread Assignment1/Program.cs Outdated

do
{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks like a lot of empty space

Comment thread Assignment1/Calculator.cs
{
public class Calculator
{
public string leftOperand = ""; //
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's best practice to make these properties instead of fields.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice formatting and comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants