# SE371 Project 1 Dev Notes - Part of Team 7: Swift - Our group decided which methods we would each test. We each selected 5 methods (3 of CC1, 1 of CC3, and 1 of CC4+) - We entered these within our team wiki on Teams and our team documentation page - I chose 4 methods involving the IntArray data structure and one method involving the CountingSort sorting algorithm - Cloned our team repo and created my own personal branch so I could begin editing code - Created test cases for the IntArray data structure. Made multiple different commits because as the days went by I realized I was missing a edge case or realized that I could have optimized the code a little bit - Edited out most of the comments I made for myself within the first 3 methods - Wrote the test cases for my CC3 method of the IntArray - Finally, wrote the test cases for my CC4 method on CountingSort - Updated our team documentation with details regarding all of our methods so that it would be easier to follow our train of thought on what we were testing - Took a bit of relearning and looking up on google about how to properly use GitHub, but I eventually figured it all out and became a lot more proficient at using it throughout this project - Overall, it was a good project that ended up helping me become a lot more proficient and knowledgable with both Unit Testing methods and Github version control