DEV Community

TypeScript Patterns for Environment Variables (opens in new tab)

Discussed on DEV

Yesterday, as I was working on a CORS configuration, AI generated a block of code for me: const allowedOrigins = [ process.env.FRONTEND_URL || " class="dl">", process.env.ADMIN_URL || " class="dl">", ].filter(Boolean); I was wondering... why use .filter(Boolean) here? 🤔 The fallbacks already guarantee strings. So I hovered on the variable. The type definition read: const allowedOrigins: string[] Fine. Made sense. But then I got curious. What if I removed the hardcoded fallbacks? const allowed...

Read the original article
Sign in to keep reading the full article.

Keyboard Shortcuts

Navigation

Next / previous post
j/k
Open post
oorEnter
Preview post
v

Post Actions

Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Save / unsave
s

Recommendations

Add interest / feed
Enter
Not interested
x

Go to

Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Discover
gb
Search
/

General

Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help