|
|
|
|
|
by jimz
974 days ago
|
|
Yes, although there's nuance to that: If it's for something personal, then sure. It allows me to edit the code to fix small bugs or otherwise tweak it to my own needs. If it's for something that actually handles my money in any way, then only if I can audit the code myself and the libraries it uses. I err on the side of over due-diligence for sure, and I'm fairly confident in my abilities in auditing code in a few languages that luckily are also commonly used enough that they are ubiquitous - Python, JS, Go, Solidity, etc. If your open source project is written in Brainfuck, I mean, props, but I'm not going to use that for anything production worthy. |
|