• 0 Posts
  • 22 Comments
Joined 11 months ago
cake
Cake day: July 25th, 2023

help-circle



  • ______@lemm.eetoProgrammer Humor@lemmy.mlhaha patents
    link
    fedilink
    arrow-up
    46
    arrow-down
    6
    ·
    9 months ago

    Asshole take: if you share your project online but not the source code I immediately think your code sucks.

    Let’s be real your clone project is not something a venture capitalist is going to invest in, there’s literally no reason to hide it but shame. Shame of sinful and bad code.













  • ______@lemm.eetoProgrammer Humor@lemmy.mlA classic
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    If you use vscode, try out the merge editor. It’s a lot clearer to me when the merge diffs are huge.

    I would also say to check out the latest branch for each file you commit. If your file is file.tsx checkout file.tsx in the main branch to make sure you know what you’re changing.