this post was submitted on 01 Sep 2023
17 points (100.0% liked)

Programming

20957 readers
51 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] moitoi@feddit.de 1 points 2 years ago

Real programmer learned Assembly.

VHDL is a good language.

If you think to be a good programmer, you're the opposite.

[–] words_number@programming.dev 1 points 2 years ago (1 children)

JS is horse shit. Instead of trying to improve it or using that high level scripting language as a compilation target (wtf?!), we should deprecate it entirely and put all efforts into web assembly.

[–] reverendsteveii@lemm.ee 0 points 2 years ago (1 children)

Idk anything about web assembly but I 100% agree that JS is absurd and feels like it was created in a weekend by some schmuck who just wanted to be able to edit html on the fly because it was.

[–] fuzzzerd@programming.dev 1 points 2 years ago

That's basically how it happened.

[–] enemenemu@lemm.ee 1 points 1 month ago

Don't be afraid to drop a tool although you've spent years mastering it if there is something new that is much more efficient. Some day you have to switch anyway.

[–] IonicFrog@lemmy.sdf.org 0 points 2 years ago (1 children)

A lot of programmers need to work on their soft skills.

[–] danhab99@programming.dev 0 points 2 years ago

I've met senior programmers who still have to look at their keyboard. How many years do you have to type before you can put out 40 words a min?

[–] valentino@lemmy.ml 0 points 2 years ago (1 children)

The amount of unqualified people is staggering beginning with those who have no university education.

[–] firelizzard@programming.dev 0 points 2 years ago (1 children)

Degrees are meaningless, excepting places like CalTech. I’ve known too many ‘programmers’ who had a CS degree yet were damn near useless to think otherwise. Not to mention my own CS degree taught me almost nothing.

[–] valentino@lemmy.ml 0 points 2 years ago (1 children)

Seems like you went to a shit university

load more comments (1 replies)
[–] shapis@lemmy.ml 0 points 2 years ago (4 children)
load more comments (3 replies)
[–] OADINC@feddit.nl 0 points 2 years ago* (last edited 2 years ago) (1 children)

This is the only way;

if (condition) {
    code
}

Not

if (condition)
{
    code
}

Also because of my dyslexia I prefer variable & function names like this; 'File_Acces' I find it easier to read than 'fileAcces'

[–] greywolf0x1@lemmy.ml 0 points 2 years ago* (last edited 2 years ago) (1 children)

I've only seen the second type in C#, to be fair it makes code neater but i'm glad I left it for Java.

[–] icesentry@lemmy.ca 1 points 2 years ago

How does it make code neater? All it does is add a ton of empty vertical space. It makes files arbitrarily longer at essentially no benefit.

load more comments
view more: ‹ prev next ›