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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Falsehoods programmers believe about signup pages

1 点作者 caydenm超过 2 年前

2 条评论

caydenm超过 2 年前
Inspired by Falsehoods programmers believe about phone numbers[1] and Falsehoods programmers believe about emails[2].<p>We wanted to share some of the data we have seen from analyzing signups at scale and insights from great companies like Hubspot.<p>It is by no means complete, so please share anything you believe is missing.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;libphonenumber&#x2F;blob&#x2F;master&#x2F;FALSEHOODS.md">https:&#x2F;&#x2F;github.com&#x2F;google&#x2F;libphonenumber&#x2F;blob&#x2F;master&#x2F;FALSEHO...</a> [2]<a href="https:&#x2F;&#x2F;beesbuzz.biz&#x2F;code&#x2F;439-Falsehoods-programmers-believe-about-email" rel="nofollow">https:&#x2F;&#x2F;beesbuzz.biz&#x2F;code&#x2F;439-Falsehoods-programmers-believe...</a>
评论 #34061042 未加载
cratermoon超过 2 年前
One that continuously comes up at places I work is email validation. Every place I&#x27;ve worked there&#x27;s someone who want to ensure that users providing &quot;real, valid emails&quot;, and no matter how often or clearly I explain why that&#x27;s a hard problem, I&#x27;ve always seen the team tasked with putting something to attempt it. These days I mostly end up giving the &quot;if you use that ad-hoc validation scheme, you&#x27;ll block x% of potential signups&quot;, and let the business decide if x% is acceptable. That, or I tell them to integrate 3rd party accounts and let people user their google, facebook, or whatever login.
评论 #34061403 未加载