Functions vs Procedures
803656Oct 7 2010 — edited Oct 17 2010Is it true and practical that functions (boolean, int, double etc.) should never change attributes, or call procedures? (i.e. they should only either return an attribute or calculate something than return something).