Code Monkey home page Code Monkey logo

test's Introduction

Test

My first test project

Cloning

cd /
cd github
gif clone https://github.com/Romashine/test.git
cd test

Opening

cd /github/test
code .

test's People

Contributors

romashine avatar microshine avatar

Watchers

James Cloos avatar  avatar

test's Issues

Simple application

image

Реализовать модель с картинки
Только объединим с твоим классом Array. Пусть класс Array будет коллекцией заказов.

Добавь метод toString(): string в Заказ для преобразования информации из заказа в виде строки. Тебе пригодятся спец символы \n и \t

также необходимо добавить к заказу поле содержащее тип заказа (имя) type: string

методы классов пусть выводят информацию с типом заказа и именем метода <name>::<method>

const order1 = new NormalOrder();
order1.confirm(); // NormalOrder::confirm;

const order2 = new SpecialOrder();
order2.confirm(); // SpecialOrder::confirm;

Новая ветка

Весь проект реализуй в новой ветке. После того как задача будет принята мной :). Мы объединим ее с основной.

Для создания ветки необходимо выполнить команду из каталога текущего проекта. Терминал можно открыть в VS Code Ctrl + `

Создание новой ветки

git checkout -b order

Если все ок то изменится название тут
image

Class

  • Свойства
  • Методы
  • Конструктор
  • Setter/Getter
  • Наследование
  • Полиморфизм

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.