Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Ahora si PR#45

Open
abigail-sanlo wants to merge 11 commits into
Laboratoria:masterfrom
abigail-sanlo:master
Open

Ahora si PR#45
abigail-sanlo wants to merge 11 commits into
Laboratoria:masterfrom
abigail-sanlo:master

Conversation

@abigail-sanlo

Copy link
Copy Markdown

No description provided.

Comment thread index.js


function getoString() {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El nombre de tu función no es tan descriptivo, te recomiendo cambiarlo a algo como readFile

Comment thread index.js
let index = process.argv.indexOf("--file")
if (index < 0) return console.log("You need to use a valid uri flag --file")
let uri = process.argv[index + 1]
let string = fs.readFileSync(uri, 'utf8')

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lo miso aqui, quizá pondría algo como text ya que es el resultado de toda tu lectura.

@AdrianaHY AdrianaHY left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abi, haz avanzado muchísimo y tu trabajo y tu código están muy bien! procura ser más cuidadosa con los nombres de variables y funciones así como en tus buenas prácticas. Falta testing de cada una de tus funciones, por favor intenta trabajar en ello.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants