CodeFaster
Subscribe
Sign in
Home
Archive
About
More
return
;
Share this publication
CodeFaster
codefaster.substack.com
Copy link
Twitter
Facebook
Email
CodeFaster
Subscribe today to be a faster coder
By Tyler Adams · Launched 2 years ago
Subscribe
Login
About
Archive
Top posts
About
Archive
Authors
Login
Let me read it first
Separating data from code: part 5784
Data and code intercoupled: if p: f(a) else: f(b) Data and code separated: if p: x = a else: x = b f(x)
Tyler Adams
Comment
Share
Share this post
Separating data from code: part 5784
codefaster.substack.com
Copy link
Twitter
Facebook
Email
New
Top
Community
Re: Is the madness ever going to end?
I will not be polite and call it something else because it is truly sheer stupidity
Tyler Adams
Jan 12
Comment
2
Share
Share this post
Re: Is the madness ever going to end?
codefaster.substack.com
Copy link
Twitter
Facebook
Email
What people get wrong about duct tape programmers
> Jamie Zawinski is what I would call a duct-tape programmer. And I say that with a great deal of respect.
Tyler Adams
Jan 9
1
Comment
Share
Share this post
What people get wrong about duct tape programmers
codefaster.substack.com
Copy link
Twitter
Facebook
Email
Case preserving substitute in Vim
https://stackoverflow.com/questions/782511/case-preserving-substitute-in-vim Nobody in this thread understands vim. They think vim is about fancy things…
Tyler Adams
Dec 30, 2021
2
Comment
3
Share
Share this post
Case preserving substitute in Vim
codefaster.substack.com
Copy link
Twitter
Facebook
Email
Is systems engineering just generalist engineering?
These days I run engineering at Lido and noticed something really strange. We’re working on a spreadsheet OS in the browser. It’s all JavaScript…
Tyler Adams
Dec 9, 2021
1
Comment
Share
Share this post
Is systems engineering just generalist engineering?
codefaster.substack.com
Copy link
Twitter
Facebook
Email
Don't put autofixers in precommit
Autofixers in precommit are stupid because they break a fundamental rule of version control: “What you get out of it must be what you put into it” (as…
Tyler Adams
Dec 3, 2021
2
Comment
2
Share
Share this post
Don't put autofixers in precommit
codefaster.substack.com
Copy link
Twitter
Facebook
Email
A primer on debugging
I had to teach someone about debugging today, thought I’d share my thoughts here too. What is debugging? First and foremost, debugging is fixing your…
Tyler Adams
Nov 30, 2021
1
Comment
Share
Share this post
A primer on debugging
codefaster.substack.com
Copy link
Twitter
Facebook
Email
Don't stomp variables
Don’t do: text = text.split(delimiter) Instead do: const a = text.split(delimiter) That way at the end of the program you can add console.log({a, text…
Tyler Adams
Nov 10, 2021
1
Comment
2
Share
Share this post
Don't stomp variables
codefaster.substack.com
Copy link
Twitter
Facebook
Email
See all
CodeFaster
Subscribe
About
Archive
Authors
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts