All Questions
Tagged with pascal coding-style
1 question
3
votes
5
answers
2k
views
Functions with side-effects in Delphi/Pascal
What is the proper approach to functions that have side-effects in Delphi/Pascal?
For example, I could have a boolean function DeleteFile that returns True if the file was deleted and False ...