40
you are viewing a single comment's thread
view the rest of the comments
[-] Saganaki@lemmy.one 26 points 1 year ago* (last edited 1 year ago)

Serious question: Is “Directed Acyclical Graph” really an unknown term for people? The author harped on it pretty hard, but what it is…is pretty apparent, no? I mean, I’ve encountered the term often, but I don’t think I had any need to look it up…

[-] meanmon13@lemmy.zip 15 points 1 year ago

I'm a computer engineer with more than a decade of development experience with embedded systems... I use C/C++/python everyday and "Directed Acyclical Graph" is never mentioned by name, no one in my experience says make me a DAG. Hell, I had to look it up when I read your comment and went "oh that's what those are called". I use em to show relationships between states or to descide a system that is best diagramed using a DAG. Do I or anyone I've talked to in my career call them DAG.. lol no.

[-] snowe@programming.dev 11 points 1 year ago

You also use Git everyday (most likely) and that mentions Directed Acyclic Graph (DAG) all over the place. https://git-scm.com/docs/user-manual#the-object-database

Just like you don't have to understand what a DAG is to use Git, you don't need to understand a DAG to use Gradle. The author is blowing smoke about nothing.

[-] Sigmatics@lemmy.ca 1 points 1 year ago

I thought this was basic CS 101, part of DSA

[-] expr@programming.dev 5 points 1 year ago

It's very well-known and common knowledge. It's certainly something that I will talk about without feeling the need to define terms or something. I would assume anyone unfamiliar with it either didn't pay attention in school or never went to school to begin with.

[-] marx2k@beehaw.org 1 points 1 year ago

I'm guessing I didn't know what it is by name because I never went for a compsci degree so you're probably right

[-] expr@programming.dev 2 points 1 year ago

It's never too late to learn about them. They're super common in practice so it's very helpful to know about them. A lot of things are a DAG, like tree data structures and dependency graphs. Having no cycles in a directed graph has a lot of nice properties too, like allowing one to use efficient graph traversal algorithms, topological sorting, or its transitive closure. It's come up multiple times in my career so it's definitely worth knowing imo.

[-] themusicman@lemmy.world 4 points 1 year ago

Yeah, I'd be pretty wary of a dev who needed clarification on DAGs...

[-] whatsarefoogee@lemmy.world 4 points 1 year ago

Agreed. Why would a person need to look it up when the name literally describes it. Directed? Means connections are in a single direction. Acyclic? A-cyclic = non-cyclical, doesn't have cycles. Graph is... well a graph.

Which part does the author think an average programmer should struggle with?

[-] Blamemeta@lemm.ee 2 points 1 year ago

Not by name at any rate

[-] marx2k@beehaw.org 1 points 1 year ago

Programmer/devops here. Without looking it up, I don't know what a DAG is. However, I'm guessing if I saw one, I'd recognize it.

...looked it up...

Immediately a dependency chart comes to mind

this post was submitted on 07 Aug 2023
40 points (91.7% liked)

Programming

16971 readers
93 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 1 year ago
MODERATORS