Code Monkey home page Code Monkey logo

enigma's Introduction

enigma

Functionality: 3

  • Enigma methods work
  • Enigma Command Line interface works
  • Uses message.txt file for original message and creates a new file for encrypted/decrypted message
  • User can give any name for new file in command line

Object Oriented Programming: 4

  • After refactoring project adheres to single responsibility and no class/module is too big
  • Seperated into three parts.
    • Enigma Class
      • Contains only two methods: #Encrypt & #Decrypt
    • ShiftGenerator Module
      • Contains only methods related to creating the shift
    • MessageChanger Module
      • Contains only methods related to changing the message

Ruby Conventions and Mechanics: 2.5

  • Follows Ruby conventions and mechanics
  • Some tests expects are kind of long/strange looking.
    • Needed #encrypt/#decrypt method test to be run first as the expected included results from that method
      • Exp: Lines 64-71

Test Driven Development: 2.5

  • Test coverage: 100%
  • Git history shows test are being written before implmentation code
  • Not all methods have tests explicity written for them
  • Methods are tested as a result of being apart of other methods

Version Control: Passing

  • Has 52 commits. 8 pull requests from related branches demonstrates logical workflow.

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.