| ??? 03/06/01 23:00 Read: times |
#9801 - RE: Explain advantages of using static func. |
'static' restricts the scope of a function to just the file containing the function.
The theory is that the more restricted the scope of an object, the less chance there is of it being used in an unexpected and/or unpredictable way. This becomes more of a concern with larger projects and, particularly, larger teams. |
| Topic | Author | Date |
| Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
| RE: Explain advantages of using static func. | 01/01/70 00:00 | |
Thank you! | 01/01/70 00:00 |



