P
Patrick Tingen
Guest
I generally do not change input parameters since I dislike it as well, but for small functions I sometimes don't follow that rule. The 'clutter' of an extra variable in those cases outweigh the dislike of changing an input parameter. In larger or more complex functions I don't do these things. I regularly abuse my own rules (more political correct would be to say that my rules are flexible). For example: in assign statements I normally use multiple lines, except when it is only one var or field. Same with commands like SUBSTITUTE and RUN. If they are large or complex, I use multiple lines, otherwise they go on one line. I always try to keep readability in mind. However, that remains in the eye of the beholder.
Continue reading...
Continue reading...