Coder Social home page Coder Social logo

reading-errors-and-debugging-using-pry-lab-den01-seng-ft-051120's Introduction

Debugging with Pry

Learning Goals

  • Read and interpret tests
  • Resolve errors with the aid of Pry

Introduction

If you clone down this lab and run the tests, you'll notice something: everything's broken. Like, broken bad. And guess what? It's on you to fix it!

Keep in mind, this lab is about more than just finding and fixing the errors - it's about understanding how to look for what those errors are. The instructions in this lab are intentionally minimal. Use the test results to get started. Take time to read and interpret the code in each file in the fix_using_tests folder.

  • What do the methods in each file do, or at least, what should they be doing?
  • What is stopping them from successfully doing these tasks?

Add binding.pry into the existing methods to jump into your code and confirm your suspicions about what is going on. Remember to require 'pry' at top of each file you want to pry into.

Resources

reading-errors-and-debugging-using-pry-lab-den01-seng-ft-051120's People

Contributors

maxwellbenton avatar evansjwang avatar jdbuysse avatar sgharms avatar notnotdrew avatar

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.