-
-
Save dylanpilsner/9a75bb49b62fbdad5327c3a65e290ef5 to your computer and use it in GitHub Desktop.
Desafío
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2021-07-20T15:32:10.653Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "metadata": { | |
| "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
| "publisherId": "Shan.code-settings-sync", | |
| "publisherDisplayName": "Shan" | |
| }, | |
| "name": "code-settings-sync", | |
| "publisher": "Shan", | |
| "version": "3.4.3" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "ce17e8d8-ef8f-4934-842d-771b45d99721", | |
| "publisherId": "unthrottled.doki-theme", | |
| "publisherDisplayName": "unthrottled" | |
| }, | |
| "name": "doki-theme", | |
| "publisher": "unthrottled", | |
| "version": "14.1.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", | |
| "publisherId": "esbenp.prettier-vscode", | |
| "publisherDisplayName": "esbenp" | |
| }, | |
| "name": "prettier-vscode", | |
| "publisher": "esbenp", | |
| "version": "8.0.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "47e020a1-33db-4cc0-a1b4-42f97781749a", | |
| "publisherId": "MS-CEINTL.vscode-language-pack-es", | |
| "publisherDisplayName": "MS-CEINTL" | |
| }, | |
| "name": "vscode-language-pack-es", | |
| "publisher": "MS-CEINTL", | |
| "version": "1.58.8" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "workbench.colorTheme": "c262185d-9682-413b-9143-85a2dda76b2f", | |
| "explorer.confirmDelete": false, | |
| "editor.tabSize": 2, | |
| "editor.formatOnSave": true, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "window.zoomLevel": -1, | |
| "sync.gist": "9a75bb49b62fbdad5327c3a65e290ef5" | |
| } |
Author
Muy bueno, lo único para en un futuro trata de usar una misma estructura para los nombres. Si los nombres de las funciones los pones en ingles los argumentos (lo que va adentro) también debe ir en ingles, ya que cuando el código crezca por ahí te olvides de que pusiste algo en español y algo en ingles y te podes marear. Nada, un pequeño detalle que no tiene nada que ver con el código sino mas bien con como escribirlo. Te felicito y seguí así
Muchas gracias por la devolución! Tendré en cuenta y aplicaré tu consejo 😊
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Muy bueno, lo único para en un futuro trata de usar una misma estructura para los nombres. Si los nombres de las funciones los pones en ingles los argumentos (lo que va adentro) también debe ir en ingles, ya que cuando el código crezca por ahí te olvides de que pusiste algo en español y algo en ingles y te podes marear. Nada, un pequeño detalle que no tiene nada que ver con el código sino mas bien con como escribirlo. Te felicito y seguí así