code-society-25-2

Lesson 04: How to Be A Great Software Engineer (Slides)

Pre-work

Please review the following resources before lecture:

Homework

Writing some code

For this assignment, you will need to write code that determines whether a number is a prime number. You will produce code in two different languages, then provide a 100+ word write up about the similarities and differences between the two implementations you made. An example is provided in the anthonydmays/ folder.

Stretch

In addition to writing the code, you will need to also create working, runnable unit tests for your function.