Giter Club home page Giter Club logo

honors-work's Introduction

honors project work

This repo will the home of working documents for my honors project!!

git workflow

  1. open issues for major coding components
  2. work on those issues on a corresponding branch (ie, issue_1)
  3. pull request/merge to master when that step is finished

This way, I have a log of what I did and when.

best practices/reminders

Mostly to remind myself as I go to be neat for future Raven

  • Name files so that they are human & machine readable
  • Try to be consistent in naming conventions for files, objects, etc
    • underscores between "parts" of file names (ie McKnight_draft)
    • dashes within parts (ie McKnight_draft-one)
    • dashes in script names
    • underscores in var/object names
    • camelCase for functions? if I write those?
    • use dates instead of "version 1", "version 2" etc (especially for data exported by scripts)
  • Be consistent with what you call data across documents (learn from internship mistakes)
  • If comparing data across time, make sure years are indicated in column names (learn from internship mistakes part 2) (ex: EMP2010 and EMP2016)
  • For scripts especially, include a description at the top of inputs/outputs and what the file does (and if things need to be run in a specific order, number them appropriately)
  • Define abbreviations you're going to use a lot (bgs, sc, etc)
  • Try to make sure each file exists for a reason
  • Ensure that someone else could clone and run (include images, install.packages(), etc)
  • In general, follow internship style guide?
  • Use branches/PRs if necessary but don't over-complicate
  • document document document!!!

honors-work's People

Contributors

ravenmcknight avatar

Watchers

James Cloos avatar  avatar

honors-work's Issues

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.