Monday :-)
This commit is contained in:
parent
3a981d068f
commit
11b25f5cb0
5 changed files with 16 additions and 56 deletions
|
@ -1,5 +1,12 @@
|
|||
namespace Pokemon
|
||||
using System;
|
||||
using Pokedex;
|
||||
namespace Pokemon
|
||||
{
|
||||
// 1/3 Planning
|
||||
// 1/6 Coding
|
||||
// 1/4 component test and early system test
|
||||
// 1/4 system test, all components in hand
|
||||
// - "The Mythical Man Month" by Frederick P. Brooks
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace Pokemon;
|
||||
namespace Pokedex;
|
||||
|
||||
public class Pikachu
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue