I need your help, I have a sentence to write and it's not coming easily.
Can you tell me what you think a software Dependency is in 5 lines or less.
I will be forever dependant on you 😂
I need your help, I have a sentence to write and it's not coming easily.
Can you tell me what you think a software Dependency is in 5 lines or less.
I will be forever dependant on you 😂
For further actions, you may consider blocking this person and/or reporting abuse
Davide de Paolis -
Martin J -
Cristhian García Vélez -
Juan Vega -
Once suspended, adam_cyclones will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, adam_cyclones will be able to comment and publish posts again.
Once unpublished, all posts by adam_cyclones will become hidden and only accessible to themselves.
If adam_cyclones is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Adam Crockett.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag adam_cyclones:
Unflagging adam_cyclones will restore default visibility to their posts.
Top comments (5)
A software dependency is some code that you need to run other code. Your code depends on it to work.
Dependencies also have dependencies. A pepperoni Pizza depends on pepperoni to function. The pepperoni itself depends on cows, pigs and a bunch of salt?
Bravo Ben, most kind, I like the pizza 🍕 example too.
Dependency is an external piece of code that your system needs to function. They can be used in production or simply to assist in development.
Jilcimar that's cool how you have covered different contexts for usage, thank you for this.