-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: source code
Subroutines, Functions, Methods
Most, if not all, programming languages allow you to create subroutines, functions, or methods, all of which follow the same principle. You can think of them as black-boxes that contain source code to perform a specific task. For example, you … Continue reading
Posted in Programming Essentials, Uncategorized
Tagged c, function, method, parameter, return value, source code, subroutine, variable
Leave a comment
Source Code Readability
Summer holidays ahead, yay! This will be the time when my job is an enviable one. Having spent the last couple of weeks grading never ending piles of final exams and thesis projects I feel like I deserve it. Most … Continue reading →