Логотип блога Никиты Киселева nikitakiselev.ru
  • Drupal 7
  • jQuery
  • Разработка под Drupal 7
  • Codeigniter 2.x
  • CSS
  • Обо мне

Understanding the Factory Method Design Pattern (Перевести)

Добавить комментарий
21.12.2016

Building things can be tough when you can’t anticipate what type of objects you’ll need to create or how to create them. Take for example a factory which manufactures a large number of products. Each product can be made up of any number of components in their inventory. The workers know what’s in the inventory but don’t necessarily know beforehand what kind of products they will be making. The Factory Method design pattern can be applied to similar situations in programming where you have a set...

Читать далее...

GIT

Добавить комментарий
09.12.2016

$ git commit -m "Something terribly misguided" $ git reset HEAD~ << edit files as necessary >> $ git add ... $ git commit -c ORIG_HEAD

Читать далее...

Сортировка по related table в Eloqunt Laravel.

Добавить комментарий
08.12.2016

Найден следующий костыль:

Читать далее...
VIM

VIM

Добавить комментарий
26.11.2016

VIM установка, настройка и опыт использования

Читать далее...

Заметки по Linux

Добавить комментарий
08.11.2016

Полезные linux команды

Читать далее...
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • ...
  • 13
  • 14
  • »
© 2019 Блог Никиты Киселева