Git Product home page Git Product logo

devassignment's Introduction

Assignment explanation

This assignment is intended to test your knowledge. It's simple enough, but allows us here at Ratus to see how you tackle problems.

Guidelines

  • Supply an object oriented solution
  • Don't forget to add docblocks
  • You're not allowed to use external libraries
  • Write your best, most beautiful code.
  • Write your solutions in application/src/Application/Main.php
  • You're allowed to add files. (Better yet, this is recommended)
  • You may use var_dump(); to output the filtered data.
  • The data you'll be working with is already being set on Application\Main for you.

Summary

You're going to be filtering the data supplied to you from an array of random data.

You'll come across the following code in public/index.php:

/**
 * Assignment description here
 *
 * @todo implementation
 */
$application->yourMethodCall();

This has to be replaced with your method calls, and must accomplish what has been described in the docblock above it.

Getting started

  1. Clone this repository to your development environment.
  2. Navigate to http://localhost/ to verify everything is working. (You should see Development assignment)
  3. Start in index.php
  4. When sending back the assignment code, link to your fork and include the following information:
    • Your name
    • How long it took you to finish the assignment
    • How difficult you thought it was (On a scale of 1 to 10)

devassignment's People

Contributors

rwoverdijk avatar ratusbeheer avatar zsjavorszky avatar

Watchers

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