Skip to content

Instantly share code, notes, and snippets.

@hugosenari
Last active October 6, 2015 03:28
Show Gist options
  • Save hugosenari/2928436 to your computer and use it in GitHub Desktop.
Save hugosenari/2928436 to your computer and use it in GitHub Desktop.
draft idea: project config pattern

Draft idea

Before begin a project make one base project config or use base that exist

Suggestion use linux common dirs names (bin, etc, ...) like other projects do.

Define vcs for your project

Configs:

  • tab == 4 spaces (always use space)
  • utf8

Some same structure for folders:

  • server/local code source path
  • code: python/java/php/ruby
  • interface code source path
  • html
  • css
  • js
  • images
  • fonts
  • other
  • xml
  • configs
  • scripts
  • run
  • install
  • uninstall
  • stop

Know Solutions:

  • Django-admin
  • CookieCutters

See Also:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment