WeSearch

Don't Open a Pull Request Yet

·9 min read · 0 reactions · 0 comments · 0 views
Don't Open a Pull Request Yet

You want to contribute to open source, but you do not want to be that person. Not the one who opens...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 618204) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } VH Costa Posted on Apr 28 • Originally published at blog.csystemslab.com Don't Open a Pull Request Yet #opensource #programming #beginners You want to contribute to open source, but you do not want to be that person. Not the one who opens a pointless pull request just to add their name to a README.md. Not the one who pastes in AI-generated code, wraps it in a polished PR description, and assumes “looks right” means “is right”.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)