Modeling Battleship in C# - Components and Setup
Let's build the C# classes for the board, ships, panels, and coordinates that we need to play our game of Battleship!
Let's build the C# classes for the board, ships, panels, and coordinates that we need to play our game of Battleship!
Let's build Battleship as a C# program!
As my organization has gone further down the Agile project management path (from our original process of a lean waterfall [https://www.exceptionnotfound.net/the-lean-waterfall-when-waterfall-looks-like-agile/] ), one of the things we've started doing is daily standup meetings [https://martinfowler.com/articles/itsNotJustStandingUp.html]. These are short (15 minutes or less) meetings
Once in a while a new process comes along and blows your friggin mind. That's what's been happening with me and my team recently, once our organization finally implemented Continuous Integration (CI) [https://en.wikipedia.org/wiki/Continuous_integration] and Continuous Delivery (CD) [https://en.wikipedia.org/wiki/Continuous_delivery]
I've long been missing an important feature in Ghost [https://ghost.org/], my blog publishing platform: there's no inherent feature to create a post archive, or a list of all my posts in one place. I've gotten several requests for this feature, so I finally decided to just sit down