Skip to content

eJamesLin/FastAppDevCycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides at GitHub page

About

  • 大型專案生存守則 - 10x 加速開發技巧

在大型專案中血與淚的經驗,改幾行 Code,Incremental Build 也要數十分鐘,只能去喝杯咖啡? 除了加速 Build Time 之外的另一個思路:不要 Build & Run。 分享有哪些技巧能更快看到程式碼改動結果,會遇到的問題與解法。

  • The Survival Guide of Building Huge App - 10x Faster Dev/Verification Cycle
  • This is the slide presented at iPlayground2019

File

Running at Local

  • Start local server by
python -m SimpleHTTPServer 4000
  • or by
ruby -rwebrick -e'WEBrick::HTTPServer.new(:Port => 4000, :DocumentRoot => Dir.pwd).start'

Special Thanks

About

The slides presented at iPlayground2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published