Share this postSeparating data from code: part 5784codefaster.substack.comCopy linkTwitterFacebookEmailSeparating data from code: part 5784Tyler AdamsFeb 23Share this postSeparating data from code: part 5784codefaster.substack.comCopy linkTwitterFacebookEmailData and code intercoupled:if p: f(a) else: f(b)Data and code separated:if p: x = a else: x = b f(x)
Create your profile
Only paid subscribers can comment on this post
Check your email
For your security, we need to re-authenticate you.
Click the link we sent to , or click here to sign in.