TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Kill that funky enum, dev boy

2 点作者 breyten大约 14 年前

1 comment

stephenr大约 14 年前
Using enum isn't just about limiting the value to predefined options, it also requires less storage space, however for most applications I would agree (and use the same concept myself) of having the value:text pairs in the app code on the model (or a helper class if it's a common type of column, ie several tables might have a "state" column.)