Is it better coding practice to define variables outside a foreach even though more verbose?

前端 未结 12 2200
栀梦
栀梦 2020-12-10 10:39

In the following examples:

  • the first seems more verbose but less wasteful of resources
  • the second is less verbose bu
12条回答
  •  [愿得一人]
    2020-12-10 11:40

    Follow a simple rule while declaring variables

    Declare it when you need it for the first time

提交回复
热议问题