Britney-Diboll / Assignments

0 stars 0 forks source link

Week 5 Day 3 Morse Code - #18

Closed mdewey closed 6 years ago

mdewey commented 6 years ago

Morse Code Converter

Create a simple app that lets a user type in a phrase in english and print out the phrase in Morse Code

Objectives

Setup

Explorer Mode

Adventure Mode

Setup

Turning In

Your homework will be assigned to you via issues on your assignments repository. Once you are

These steps will be followed for almost every assignment going forward. Once you've completed at least explorer mode and you're satisfied with your work, let's get it published. First let's get it up on GitHub.

Once you are completely, go to the issue on our assignments repository, leave the link the repo of your work, and close the issue. I will not know you are down until you close the issue.

Additional Resources

Britney-Diboll commented 6 years ago

https://github.com/Britney-Diboll/MorseCode

mdewey commented 6 years ago

Anytime you have duplication of code like:

https://github.com/Britney-Diboll/MorseCode/blob/master/MorseCode/Program.cs#L50 and https://github.com/Britney-Diboll/MorseCode/blob/master/MorseCode/Program.cs#L35

you should think about refactoring and abstracting the code. Reminded to keep things DRY

mdewey commented 6 years ago

Awesome Work!