Giter VIP home page Giter VIP logo

apply's People

Contributors

nikeshashar avatar silvabox avatar sjmog avatar tansaku avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

apply's Issues

Interview replacement

  • Decide where / how we see this working as part of the current funnel
  • Will this replace interviews?
  • Are we using the best stack

Absence of required argument in method def causes JS error

def random_name(string)
  string
end

puts "Hello, #{random_name}"

gives

TypeError: Cannot read property '$==' of undefined
    at block (http://interviews.makersacademy.com/javascripts/all.js:10150:60)
    at Opal.yieldX (http://interviews.makersacademy.com/javascripts/all.js:6985:18)
    at self.$each.$$p (http://interviews.makersacademy.com/javascripts/all.js:10158:26)
    at Opal.yield1 (http://interviews.makersacademy.com/javascripts/all.js:6965:14)
    at Array.def.$each.TMP_6 [as $each] (http://interviews.makersacademy.com/javascripts/all.js:12609:26)
    at Array.Opal.defn.TMP_7 [as $count] (http://interviews.makersacademy.com/javascripts/all.js:10170:12)
    at eval (eval at <anonymous> (http://interviews.makersacademy.com/javascripts/all.js:33091:19), <anonymous>:45:28)
    at eval (eval at <anonymous> (http://interviews.makersacademy.com/javascripts/all.js:33091:19), <anonymous>:50:3)
    at $Apply.def.$eval_code (http://interviews.makersacademy.com/javascripts/all.js:33091:14)
    at $Apply.def.$run_code (http://interviews.makersacademy.com/javascripts/all.js:33077:25)

Add tests for numerous objects

As a developer
So I follow the principles of XP and have tested code
I want unit tests on my code

Unit tests for ImageHelper, Apply, and the Stages should be added.

Add README

As a developer
So I know what this does and how to run it
I need to see a clear README

Incorrect array syntax causes JS error

def random_name
  names = ['Nikesh', 'Applicant']
  names[].shuffle
end

puts "Hello, #{random_name}"

causes

TypeError: Cannot read property '$$is_number' of undefined
    at OpalClass.$=== (http://interviews.makersacademy.com/javascripts/all.js:17359:17)
    at module_constructor.$coerce_to (http://interviews.makersacademy.com/javascripts/all.js:7619:30)
    at Array.def.$[] (http://interviews.makersacademy.com/javascripts/all.js:12182:36)
    at Object.Opal.Object.$$proto.$random_name (eval at <anonymous> (http://interviews.makersacademy.com/javascripts/all.js:33091:19), <anonymous>:22:24)
    at eval (eval at <anonymous> (http://interviews.makersacademy.com/javascripts/all.js:33091:19), <anonymous>:42:31)
    at eval (eval at <anonymous> (http://interviews.makersacademy.com/javascripts/all.js:33091:19), <anonymous>:51:3)
    at $Apply.def.$eval_code (http://interviews.makersacademy.com/javascripts/all.js:33091:14)
    at $Apply.def.$run_code (http://interviews.makersacademy.com/javascripts/all.js:33077:25)
    at $a.$$p.TMP_2 (http://interviews.makersacademy.com/javascripts/all.js:33049:19)
    at HTMLButtonElement.wrapper (http://interviews.makersacademy.com/javascripts/all.js:31362:22)

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.