Maintain first results from Tech Radar Q1 2017

This commit is contained in:
Daniel Pötzinger
2017-03-31 08:56:31 +02:00
parent 2656df8cc7
commit 24628cc38f
20 changed files with 254 additions and 101 deletions

16
radar/2017-03-01/flow.md Normal file
View File

@@ -0,0 +1,16 @@
---
title: "Flow"
ring: hold
quadrant: languages-and-frameworks
---
[Flow](https://flow.neos.io/) is a PHP web application framework developed for the [Neos](https://www.neos.io/) project.
We used Flow in a couple of projects and decided to put it on hold for the following reasons:
* slow during development and hard to debug because of its need to "compile" the application to integrate e.g. AOP
* limited documentation and community
* development of the framework is closely coupled to the progress of the Neos project
Although it could be that some of the above-mentioned aspects have improved in the past, we decided to use other PHP frameworks such as [Symfony](http://symfony.com/) or other Languages (See [Go](/confluence/display/knowledge/Go); [Play Framework](/confluence/display/knowledge/Play+Framework); [Spring Boot](/confluence/display/knowledge/Spring+Boot))