s-ol’s avatars-ol’s Twitter Archive—№ 1,746

    1. …in reply to @DanFessler
      @DanFessler "this can get very confusing" ...to imperative programmers. If you think of the Blueprint in its own right there is no confusion. This is actually the reverse of a very common problem that laypeople face when starting to program imperatively:
  1. …in reply to @S0lll0s
    @DanFessler distinguishing between mathematical definition (x = y + 2) and variable assignment (x= y + 2, hence the problem). I'm trying to find the source for this again, it was a study of common novice programmer misconceptions and this particular one I've seen in many times as well.