专栏名称: 超级科技迷
分享科技资讯,前沿技术解析。不做营销号,每日分享技术摘要都会附上来源URL。希望大家找到自己感兴趣的文章再去精读原文。加油!
目录
相关文章推荐
今天看啥  ›  专栏  ›  超级科技迷

Hacker News 精彩评论及翻译

超级科技迷  · 公众号  ·  · 2024-10-30 08:58
    

文章预览

Hacker News 精彩评论及翻译 How I write code using Cursor https://news.ycombinator.com/item?id=41980089 I've been using AI to solve isolated problems, mainly as a replacement of search engine specifically for programming. I'm still not convinced of these "write whole block of code for me" type of use case. Here's my arguments against the videos from the article. 1. Snake case to camelCase. Even without AI we can already complete these tasks easily. VSCode itself has command of "Transform to Camel Case" for selection. It is nice the AI can figure out which text to transform based on context, but not too impressive. I could select one ":, use "Select All Occurrences", press left, then ctrl+shift+left to select all the keys. 2. Generate boilerplate from documentation. Boilerplate are tedious, but not really time-consuming. How many of you spend 90% of time writing boilerplate instead of the core logic of the project? If a language/framework (Java used to be, not sure about now) requ ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照
总结与预览地址:访问总结与预览