hugo_to_json 0.3.9

A library and command line tool for producing a JSON representation of a Hugo site.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

+++
date = "2016-04-16"
draft = false
title = """Prototyping"""
slug = "prototyping"
tags = ['software development', 'requirements', 'prototyping', 'revision']
banner = ""
aliases = ['/prototyping/']
+++

I've split out the section on prototyping into it's own blog post because it covers a few areas. This will just be a cursory glance at the advantages and types of prototyping.

# Why Prototype?