Skip to content

Instantly share code, notes, and snippets.

View marcin-saja's full-sized avatar

Marcin Saja marcin-saja

  • Poznań, Poland
  • 04:29 (UTC +02:00)
View GitHub Profile
@marcin-saja
marcin-saja / Framework Code Complexity Comparison Table
Last active March 30, 2021 06:54
Framework Code Complexity Comparison Table
+-----------+----------+---------+-------------+------------+-------------------+
| Framework | Lines | Longest | Average | Maximum | Percentage of |
| name | of | method | method | method | methods that are |
| | code | | complexity | complexity | non-static |
+-----------+----------+---------+-------------+------------+-------------------+
| Laravel | 54,398 | 13 | 1.62 | 17 | 94.81% |
| Symfony | 118,636 | 136 | 2.72 | 155 | 97.09% |
| Zend | 55,904 | 73 | 2.76 | 53 | 93.55% |
| Cake | 62,860 | 56 | 3.30 | 75 | 89.87% |
| Slim | 4,127 | 26 | 2.40 | 13 | 96.58% |
@marcin-saja
marcin-saja / ubuntu_agnoster_install.md
Created August 8, 2016 15:37 — forked from renshuki/ubuntu_agnoster_install.md
Ubuntu 14.04 + Terminator + Oh My ZSH with Agnoster Theme

Install Terminator (shell)

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").

Install ZSH