CodeFaster

Share this post
Separating data from code: part 5784
codefaster.substack.com

Separating data from code: part 5784

Tyler Adams
Feb 23
Share this post
Separating data from code: part 5784
codefaster.substack.com

Data and code intercoupled:

if p:
  f(a)
else:
  f(b)

Data and code separated:

if p:
  x = a
else:
  x = b
f(x)
Share this post
Separating data from code: part 5784
codefaster.substack.com
Comments

Create your profile

0 subscriptions will be displayed on your profile (edit)

Skip for now

Only paid subscribers can comment on this post

Already a paid subscriber? Sign in

Check your email

For your security, we need to re-authenticate you.

Click the link we sent to , or click here to sign in.

TopNewCommunity

No posts

Ready for more?

© 2022 Tyler Adams
Privacy ∙ Terms ∙ Collection notice
Publish on Substack Get the app
Substack is the home for great writing