Problem As part of a code review I came across this isDummy(a,b)-Method and the question, whether it is more readable […]
Tag: helper
remove_prefix and remove_suffix functions
Problem If the prefix/suffix does not match the beginning or the end of a string, then, depending on how I […]
Tracks the number of calories consumed throughout the day
Problem Tracks the number of calories a person consumes in a given meal it has helper method to get the […]
Helper function to format-output any type of variable
Problem This question has already got some reviews, so I could partially improve my code: please look at my self-answer […]