KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
evc-swift
★ 10
Open GitHub ↗
Engine - View - Controller template
Download README (.md)
Explore Similar Repositories
cmb2-theme-options-with-tabs
:
A simple way to create your own WordPress theme options page with tabs (WPML compatible)
flask-boilerplate
:
Docker container with Flask, livereload, and a light frontend: flask-assets, scss, and jsmin
salt
:
Save And Load Tables for Lua
ABAPFire
:
ABAP Firebase Client
sarl-acl
:
FIPA Agent Communication Language for SARL
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
evc-swift
?
Download (.md)
# evc-swift Engine - View - Controller template ## Goal This project template is meant to be used as a bootstrap for a sane iOS application architecture. It provides a clean layered architecture aimed at preventing the following bad habits : * Implicit global state (singletons) * GUI-oriented design * Business logic intricated with graphical or technical layers. * Poorly isolated, not testable components ## Architecture EVC is just MVC, with emphasis put on the M. Rather than thinking about your app as a GUI first, we encourage the developer to spend a good amount of time to design its model layer first. Because many front-end developer aren't familiar with software architecture, we provide a classical layered architecture template to be used as a starting point.