mbshick

My feedback

2 results found

  1. 4 votes
    How important is this to you?
    An error occurred while saving the comment
    mbshick commented  · 

    Global variables are messy and you can easily get into trouble with them by accidentally changing their values in called functions. In your main code you'll be expecting the value you started with, but you'll actually have a completely different value. Passing values to functions is much better coding practice.

  2. 30 votes
    How important is this to you?
    mbshick shared this idea  · 

Feedback and Knowledge Base