ELITE Computer Science
The average CS student experience
Category: Uncategorized
-
Today class, we learn about testing our code with Python in PyCharm! Some preface, first What’s Happening This Semester? This semester starts another CS class that requires me to detail my exploration of the content outside of class. The class pertains to the testing and quality assurance of software, particularly with the Java language in…
-
Unfortunately, yes The above code is positively awful to look at, read, try to understand, and generally poor practice. Recently, in this semesters Software Development class, we have moved away from project structures, and into clean code. What makes it clean, why is it important, and related topics. Why clean? Clean code provides an easy…