Skip to content

Instantly share code, notes, and snippets.

@GeekaholicLin
Created September 18, 2017 14:49
Show Gist options
  • Save GeekaholicLin/2243a6631aba6e57ab23168f533614b5 to your computer and use it in GitHub Desktop.
Save GeekaholicLin/2243a6631aba6e57ab23168f533614b5 to your computer and use it in GitHub Desktop.
what is side effect in programming?
除了返回值以外,影响到函数外部的任何东西(显示器、网络、文件、全局变量等)的效果都叫side effect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment