Home > Author > Robert C. Martin >

" In general output arguments should be avoided. If your function must change the state of something, have it change the state of its owning object. "

Robert C. Martin , Clean Code: A Handbook of Agile Software Craftsmanship


Image for Quotes

Robert C. Martin quote : In general output arguments should be avoided. If your function must change the state of something, have it change the state of its owning object.