-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Review #31
base: master
Are you sure you want to change the base?
Code Review #31
Conversation
src/index.html
Outdated
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> | ||
<!-- <script type="text/javascript" src="https://www.google.com/jsapi"></script> --> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recuerda ser consistente con los espacios y eliminar los espacios y comentarios innecesarios.
src/index.html
Outdated
|
||
<!-- HOJA 2 --> | ||
|
||
<section class="pag2" id="login"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lo mismo aquí
src/index.html
Outdated
|
||
|
||
|
||
<div class="select"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Y aquí.
src/index.html
Outdated
<option>2013</option> | ||
<option>2014</option> | ||
<option>2015</option> | ||
<option>2016</option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me parece que una forma de optimizar esto es crear elementos dinámicos desde JS.
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Que función tiene este archivo?
|
||
}; //CICLO FOR | ||
return accDatos; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recuerdas borrar los comentarios y el código que no se está utilizando, en la manera en la que está ahorita es muy difícil leerlo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muy buen trabajo! Continúa así! Solo falta ponerle más atención a las buenas prácticas y quizá optimizar algunas elementos con JS.
@HectorBlisS