Code Monkey home page Code Monkey logo

enigma_2105's Introduction

enigma_2105

Self Assessment:

Rubric Meet Expectations Requirements

Functionality
  • Encrypt method successfully implemented
  • Decrypt method successfully implemented
  • Encrypt method command line interface successfully implemented
  • Decrypt method command line interface successfully implemented
Object Oriented Programming
  • Project is broken down into logical components that are appropriately encapsulated
  • No classes are unreasonably small or large
  • No classes contain knowledge/information/behavior that they shouldn't know about
  • Student can articulate the single responsibilities of the various components
Ruby Conventions & Mechanics
  • Code is mostly properly spaced and indented
    • HoundCI?
  • Code lines are not excessively long
  • Class method, variable, and file names follow convention
  • Some enumerables/data structures chosen are the most efficient tool for a given job
  • Student can speak to why the enumerables/data structures were chosen
  • At least on hash is implemented in a way that makes logical sense
Test Driven Development
  • Every method is tested at both unit and integration level
  • Every method is test to completely verify expected behavior (i.e. if a single method does 3 things, all 3 things are explicitly tested)
  • Obvious edge cases are addressed
  • Git history demonstrated students are writing test before implementation code
  • Test coverage metrics show coverage at 99% of greater
Version Control
  • Minimum of 30 commits

  • Uses a pull request workflow that includes related and logical functionality.

    • I following pull request workflow including related and logical functionality by: branching, feature naming of branches, TDD commits, committing at logical intervals, merging after completion of feature completion, solving functionality or written conflicts, and checking out new branch, writing templates in pull request and commenting/asking for feedback, not deleting branches to show history of development.

enigma_2105's People

Contributors

katherinemcconnell avatar

Watchers

 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.