Stories recently tagged with 'CodeBetter'

Starting a new project from Scratch(codebetter.com)

submitted by tomasrtomasr(480) 5 years, 7 months ago

Jeremy Miller shares his gameplan for getting a new project off the ground. read more...

add a comment |category: |Views: 12

tags: another

Asynchronous WebService calls(codebetter.com)

submitted by devreddydevreddy(671) 5 years, 10 months ago

The Truth behind the Begin… End… functions read more...

add a comment |category: |Views: 26

tags: another

FinalizableObject - Developing a Base Class for IDisposable Objects(developerzen.com)

submitted by ekampfekampf(3195) 5 years, 10 months ago

Describes a base class for objects that want to implement IDisposable. read more...

add a comment |category: |Views: 9

tags: another

Mock Objects are your Friend(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

"One of a Test Driven Developer's best allies is the mock object. Mocks or stubs have always been one of the best tools to create smaller unit tests by providing a boundary condition of known behavior. What might not be as obvious is the usage of mock objects as a design tool and a mechanism to maintain that all important productive Flow." read more...

add a comment |category: |Views: 13

tags: another

Smartphone Skills: Part 03 - Development Environment(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

"So far in this series I have introduced the basics of Smartphone development and how to get setup with the device emulators. Now that we’re ready to do some Smartphone development (or in general in mobile development) its time to crank up the IDE, familiarize yourself with the tools and start coding. So that’s what we’ll do in this post." read more...

add a comment |category: |Views: 0

tags: another

TDD Lesson 1 - Don't worry about starting small(codebetter.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

"The first thing I want to cover in my "learning TDD" track is to not worry about writing seemingly meaningless or uninteresting code. First of all you never know what shape code will take in the future – the simplest of tests might help prevent a subtle bug. Secondly, it won't be long before you start to write more interesting code, so hang tight!" read more...

add a comment |category: |Views: 9

tags: another

Applied Test Driven Development For Web Applications - Part 1(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 5 years, 11 months ago

In this series of articles you will learn about how to go about practically applying Test Driven Development to the creation of a moderately complex web application. During the process you will learn all sorts of new and interesting techniques that you can take with you and apply to the development of your own web applications. read more...

1 comment |category: |Views: 77

tags: another