Support Platform IO #240
Replies: 2 comments 6 replies
-
personally, i do not see the point of its library repository. |
Beta Was this translation helpful? Give feedback.
-
I think this thread is an appropriate place to describe my thoughts about platform IO and arduino, more specifically, dependency. it looks to me that more and more programmers rely on libraries. the idea of reusable library is great. but the current trend worries me. people take it grated for being able to install and use libraries by a command, a line of code, or a click. convenient, isn't it. recently, I was playing with a software, written in JavaScript. you can install it by a single command, have you ever looked at the library code you are relying on? i like the Internet, or networking, enables us to do many things. you don't have to download everything by hand. while libraries and easy install process save us time, you have to evaluate the trade-offs, which is what engineering is. arduino might have made the hurdle lower to learn programming, but it seems to me that it sweeps too many dusts under the rug. they are teaching how to use libraries. dependencies should be limited as much as possible. you should evaluate the trade-offs. you should verify origins of dependencies. that's what I think about dependencies. |
Beta Was this translation helpful? Give feedback.
-
This libraries are amazing, we should make it available to Platform IO
Here is a guide https://docs.platformio.org/en/latest/librarymanager/creating.html?utm_source=platformio&utm_medium=piohome
Beta Was this translation helpful? Give feedback.
All reactions