Giter VIP home page Giter VIP logo

hackbulgaria-javascript's People

Contributors

dtaskoff avatar

Watchers

 avatar  avatar

hackbulgaria-javascript's Issues

Triangles Feedback

Евалата, най-доброто решение до сега. Няма бъгове. Супер код 👍

Бъгове в timer-a

Наред:

Count Down чупи timer-a

  1. Въведи някакви секунди
  2. Натисни Count Down

Ефектът е:

image

Когато са въведени и минути и секунди си брои OK 👍

for in, for-loops

Тук - https://github.com/dtaskoff/hackbulgaria-javascript/blob/master/week1/students-system/client/app.js#L61 - можеш да напишеш forEach, защото така var student си отива пак горе, заради function scope-a

Тук - https://github.com/dtaskoff/hackbulgaria-javascript/blob/master/week1/students-system/client/app.js#L82 - може да пробвам с някой от workarounds - https://developer.mozilla.org/en/docs/Web/API/NodeList#Why_can't_I_use_forEach_or_map_on_a_NodeList.3F - или просто да ползваш jQuery, с което ще започнем в събота ;)

groupBy и searchFor може да ги метнеш горе в кода, вместо долу, тъй като те се ползват преди тяхното деклариране.

Variable Names Feedback

Супер е написано, браво за Promise-ите.

Имам само една забележка за код, който се повтаря:

// line 41
makeGetRequestTo('http://localhost:8080/names
// line 57
makePostRequestTo('http://localhost:8080/name',
// line 62
makeGetRequestTo('http://localhost:8080/names',

Изнеси си всички URLs в един речник и просто взимай стойностите от там.

Така при ссмяна на сървъра ще смениш само на 1, вместо на 3 места.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.