Skip to content

Testing "Refactoring: A First Example" from "Refactoring: Improving the Design of Existing Code" book

Notifications You must be signed in to change notification settings

jwhy89/RefactoringFirstExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RefactoringFirstExample

Testing "Refactoring: A First Example" from "Refactoring: Improving the Design of Existing Code" book

This is my first exercise with refactoring that I am following along with the book.

Your function statement should be able to print the bill.

Built With

  • JavaScript
  • Node.js

Getting Started

These instructions will get you a copy of the code challenge solution and run it on your local machine for development and testing purposes.

Prerequisites

Link to software that is required before you attempt to start the app (e.g. node, mongo).

Installing

Steps to test the solution.

  1. Download this project.
  2. In terminal, navigate to your project folder and type node statement.js
  3. You should see that Node.js has ran the statement.js file and will display the console log scripts.

Completed Features

  • Set up json files and imported data into the needed variables for the function.
  • Created local objects instead of using npm file-system package.

Next Steps

  • Start the refactoring process and document learning steps.

Authors

  • Jarvis Yang

Resources

  • Refactoring: Improving the Design of Existing Code (Web Edition)

About

Testing "Refactoring: A First Example" from "Refactoring: Improving the Design of Existing Code" book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published