enterprisecraftsmanship.com enterprisecraftsmanship.com

enterprisecraftsmanship.com

Enterprise Craftsmanship - Principles and best practices of software development

Principles and best practices of software development

http://www.enterprisecraftsmanship.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ENTERPRISECRAFTSMANSHIP.COM

TODAY'S RATING

#683,055

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 7 reviews
5 star
1
4 star
5
3 star
0
2 star
0
1 star
1

Hey there! Start your review of enterprisecraftsmanship.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.8 seconds

FAVICON PREVIEW

  • enterprisecraftsmanship.com

    16x16

  • enterprisecraftsmanship.com

    32x32

CONTACTS AT ENTERPRISECRAFTSMANSHIP.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Enterprise Craftsmanship - Principles and best practices of software development | enterprisecraftsmanship.com Reviews
<META>
DESCRIPTION
Principles and best practices of software development
<META>
KEYWORDS
1 enterprise craftsmanship
2 menu
3 skip to content
4 database
5 by vladimir khorikov
6 tdd best practices
7 stubs vs mocks
8 unit testing
9 mocks
10 stubs
CONTENT
Page content here
KEYWORDS ON
PAGE
enterprise craftsmanship,menu,skip to content,database,by vladimir khorikov,tdd best practices,stubs vs mocks,unit testing,mocks,stubs,integration testing,enterprise,test induced design damage,encapsulation revisited,yagni revisited,kiss revisited,design
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Enterprise Craftsmanship - Principles and best practices of software development | enterprisecraftsmanship.com Reviews

https://enterprisecraftsmanship.com

Principles and best practices of software development

INTERNAL PAGES

enterprisecraftsmanship.com enterprisecraftsmanship.com
1

Stubs vs Mocks - Enterprise Craftsmanship

http://enterprisecraftsmanship.com/2015/07/27/stubs-vs-mocks

Software development principles and best practices. In this article, I’d like to discuss the differences in using stubs and mocks and show how you can abandon using mocks even in the cases where you need to verify that objects interact with each other correctly. Test-induced design damage or why TDD is so painful. How to do painless TDD. Integration testing or how to sleep well at nights. The most important TDD rule. Stubs vs Mocks: definitions. Test doubles: mocks and stubs. One could categorize stubs f...

2

Stubs Archives - Enterprise Craftsmanship

http://enterprisecraftsmanship.com/tag/stubs

Software development principles and best practices. When to use mocks. After two article series where I preached against the use of mocks in tests ( first one. I thought I would do a post which outlines situations where they are justified. This article is based on my recent Pluralsight course about Pragmatic Unit Testing. When to use mocks. Test-induced design damage or why TDD is so painful. How to do painless TDD. Integration testing or how to sleep well at nights. The most important TDD rule. Verifyin...

3

How to do painless TDD - Enterprise Craftsmanship

http://enterprisecraftsmanship.com/2015/07/06/how-to-do-painless-tdd

Software development principles and best practices. How to do painless TDD. Last week, we nailed the root cause of the problems, related to so-called test-induced damage – damage we have to bring into our design in order to make the code testable. Today, we’ll look at how we can mitigate that damage, or, in other words, do painless TDD. Test-induced design damage or why TDD is so painful. How to do painless TDD. Integration testing or how to sleep well at nights. The most important TDD rule. I argue that...

4

Database versioning best practices - Enterprise Craftsmanship

http://enterprisecraftsmanship.com/2015/08/10/database-versioning-best-practices

Software development principles and best practices. Database versioning best practices. The topic described in this article is a part of my Database Delivery Best Practices. Keeping track of your application’s database is not an easy task. Database schemas tend to mismatch in different environments, data in one of the databases may miss some crucial piece of data. Such occasions can be irritating, especially when caught in production. Database versioning: the problem. Problems arise when your software st...

5

8 Resharper shortcuts everyone should know - Enterprise Craftsmanship

http://enterprisecraftsmanship.com/2015/03/27/8-resharper-shortcuts-everyone-should-know

Software development principles and best practices. 8 Resharper shortcuts everyone should know. If you use Resharper, you must have been using some (or maybe most) of its features already. But what I see a lot is that some really useful features are left unattended. I want to describe those lesser known yet very useful features that can help you in your day-to-day work. Not only does it work on the class level, but it also helps to move statements inside a method:. 2 Go to next/previous member. This is a...

UPGRADE TO PREMIUM TO VIEW 16 MORE

TOTAL PAGES IN THIS WEBSITE

21

LINKS TO THIS WEBSITE

blog.opinionatedapps.com blog.opinionatedapps.com

On the exceptional nature of .Net Exceptions

http://blog.opinionatedapps.com/on-the-exceptional-nature-of-net-exceptions

On the exceptional nature of .Net Exceptions. By paul van bladel. Exceptions are meant for exceptional circumstances. Non thoughtful usage of exceptions is as evil as using global variables and. Basically an exception is an instrument meant for programmers in the sense that a programmer can use it to inform another programmer (or herself) that 'a bug is in the air'. An exception is not something to be used to inform a user of your software about a certain (failing) condition. When looking with more epist...

theburningmonk.com theburningmonk.com

Slides for “F# at Gamesys” | theburningmonk.com

http://theburningmonk.com/2015/07/slides-for-fsharp-at-gamesys

Yubl’s road to Serverless architecture. From F# to Scala. Exercises in Programming Style in F#. Advent of Code in F#. Project Euler in F#. Net value type pro tips. Elm fun with L-System. Yubl's road to Serverless architecture. From F# to Scala. Exercises in Programming Style in F#. Advent of Code in F#. Project Euler in F#. Net value type pro tips. Elm - fun with L-System. Slides for F# at Gamesys. 30 Jul. 2015. APL solving Fizz Buzz. Fasterflect vs HyperDescriptor vs FastMember vs Reflection. Yubl’s roa...

lostechies.com lostechies.com

Continuous deployment | Gabriel Schenker's Blog

https://lostechies.com/gabrielschenker/2015/08/03/continuous-deployment

Topic of the Month. August 3, 2015. These days everybody wants to try new ideas as quickly as possible in the market. We want to see whether or not our customers like a new feature. If yes then we want to work on the feature and improve it and if not then we want to fail fast and learn fast from the mistake and correct fast. Yes and no… but let’s look into more details what exactly CD implies. Works on my machine. What can be the cause for this? How does CD overcome these problems? What does this mean?

blog.ploeh.dk blog.ploeh.dk

C# will eventually get all F# features, right?

http://blog.ploeh.dk/2015/04/15/c-will-eventually-get-all-f-features-right

C# will eventually get all F# features, right? C# will never get the important features that F# has. Here's why. The relationship between C# and F# is interesting, no matter if you look at it from the C# or the F# perspective:. Before releasing F# to the world, Don Syme, its inventor, was instrumental in getting generics into C# and .NET. F# has had async workflows since 2007. In F#, this is simply one of many implementations of a more general language feature called Computation Expressions. It's not som...

UPGRADE TO PREMIUM TO VIEW 29 MORE

TOTAL LINKS TO THIS WEBSITE

33

SOCIAL ENGAGEMENT



OTHER SITES

enterprisecoveapts.com enterprisecoveapts.com

Condominiums in Orange City, FL | Enterprise Cove Condominiums | Concord Rents | Concord Management | ConcordRents.com

826 Enterprise Cove Avenue. Welcome to Enterprise Cove Condos. Discover the comforts of home at Enterprise Cove in Orange City, Florida. Our community is ideally located midway between Downtown Orlando and Daytona Beaches on Enterprise Road and is just minutes to Interstate 4 and State Road 17-92. Enjoy recreational activities at nearby BLUE SPRING STATE PARK. Entertainment at ORANGE CITY RACING and CARD CLUB. Or shoot a few rounds of golf at GLEN ABBEY GOLF CLUB. 826 Enterprise Cove Avenue.

enterprisecoworking.com enterprisecoworking.com

Coworking Space | Denver | Enterprise Coworking

Space to unleash your potential. Enterprise Coworking is a shared workspace in Denver's RiNo district that empowers members to achieve their goals. The right kind of coworking space for getting down to business. At Enterprise Coworking, we think your workspace should help you focus more on great ideas and less on fixing copier jams. At Enterprise Coworking, we know that human beings have immense potential, and we’re out to create the kind of workspace that helps them reach it. March 6, 2017.

enterprisecpa.net enterprisecpa.net

My Site

This is my site description. A website created by GoDaddy’s Website Builder.

enterprisecpp.com enterprisecpp.com

Apache HTTP Server Test Page powered by CentOS

Apache 2 Test Page. This page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page it means that the Apache HTTP server installed at this site is working properly. If you are a member of the general public:. The fact that you are seeing this page indicates that the website you just visited is either experiencing problems or is undergoing routine maintenance. If you are the website administrator:. You may now add content to the directory.

enterprisecps.com enterprisecps.com

Domain Registered at Safenames

Domain Registration in over 800 different extensions. Enterprise Domain Management since 1999. Online Brand Monitoring and Enforcement. Domain Consultancy and Strategy. Domain Disputes and Recovery. Web Hosting and Data Center Solutions. Please visit www.safenames.net. Europe, Middle East and Africa: 44 1908 200022. USA, Canada and South America: 1 703 574 5313. Australia and Asia-Pacific: 61 755 245 575.

enterprisecraftsmanship.com enterprisecraftsmanship.com

Enterprise Craftsmanship - Principles and best practices of software development

Principles and best practices of software development. Database versioning best practices. Keeping track of your application’s database is not an easy task. Database schemas tend to mismatch in different environments, data in one of the databases may miss some crucial piece of data. Such occasions can be irritating, especially when caught in production. Let’s look at the database versioning best practices that help us deal with this problem. Database versioning best practices. And tagged Best Practices.

enterprisecranehire.com enterprisecranehire.com

Enterprise Crane Hire

Skip to main content. Half day Crane Hire from 250. Quality assured to ISO9001:2008. Crane Hire up to 200 tonne. Welcome to Enterprise Crane Hire. With Enterprise Crane Hire Ltd, you can always be assured of competitive pricing, fully qualified personnel, and a personal, professional service. ISO9001 2000 quality assurance standard ensures the efficiency of all our working systems: meeting all the required criteria. Read more about Welcome to Enterprise Crane Hire.

enterprisecrawards.com enterprisecrawards.com

Enterprise CR Award

Welcome to the Enterprise Corporate Responsibility Awards 2012 nominations webpage. Due to a diary clash with the SBGI/IGEM Gas Industry Awards, the Board have taken the decision to postpone the Enterprise CR Awards event which was planned for Wednesday 9 May 2012.

enterprisecreation.com enterprisecreation.com

This domain name may be for sale. To inquire, call BuyDomains.com at 339-222-5132 or 866-866-270

enterprisecreations.com enterprisecreations.com

enterprisecreations.com - This website is for sale! - enterprisecreations Resources and Information.

This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.

enterprisecreative.com enterprisecreative.com

Price Request - BuyDomains

Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.