- 1
¿Para que te sirve crear tu propia libreria?
No se cual es el uso de una librería creada por ti mismo
1 Respuesta
0
Any time you have code that you wish to share with two or more programs, it should be in a library. If you don't do this, you end up with two versions of the code that might end up being different.