Mr RMay 26, 20213 min readThere is a Right and a Wrong Way to JavaCoding conventions such as getters/setters, private and public variables and the use of the this keyword.
Mr RMay 22, 20214 min readClasses of Classy ClassesA breakdown of the main categories of object-oriented classes, their usages and best practices.
Miss SMay 18, 20213 min readAn Introduction to Object Oriented ProgrammingA brief introduction of Object-Oriented programming, focussing on classes, methods and objects.
Miss SMar 2, 20211 min readCommenting in PythonCommenting is used in programming to show what sections of the code do. They are shown in different ways, in different programming...
Miss SMar 2, 20213 min readError Checking with Pseudocode and PythonThis post covers two of the common error types in Python that you may encounter during your studies. It also covers common errors made...