GithubHelp home page GithubHelp logo

teraisa / udacity-full-stack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from noman2000/udacity-full-stack

1.0 2.0 0.0 27 KB

Full Stack Class for Github

License: MIT License

Python 100.00%

udacity-full-stack's Introduction

Welcome to Udacity's Full Stack Developer Class! (June 2017)

This will introduce you to various aspects of programming that you will need to know to be a web developer. There are a few things that will be introduced. The first is that PHP will be used as an alternative language to introduce you to more traditional programming concepts. Python is a great language, but it handles certain things differently than most languages, (Java, C++, etc.).

The second is that there will be a focus on unit tests and testing principles in general. Tests are ways of verifying that code works the way that you expect. There are numerous benefits to a good testing strategy.

  1. Prevents bugs from appearing during a release. (Known as regression bugs.)
  2. Creates a form of documentation that developers can read easily. In fact, the test code should be written as well, if not better, than the source code.
  3. Requires a developer to understand how to write clean code. The easier code is to test, the cleaner it is. Code that is difficult to test is known as a code smell, a sign that the code needs to be improved.
  4. Gives confidence during refactoring. Refactoring is the process of improving code quality while not changing functionality.

udacity-full-stack's People

Contributors

noman2000 avatar

Stargazers

 avatar

Watchers

 avatar  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.