Tagged Questions
The contract tag has no wiki summary.
39
votes
7answers
2k views
Unit tests - The benefit from unit tests with contract changes?
Recently I had an interesting discussion with a colleague about unit tests. We were discussing when maintaining unit tests became less productive, when your contracts change.
Perhaps anyone can ...
13
votes
4answers
1k views
Should I sign a non-competition clause in freelance contract?
I'm trying to establish myself as an iPhone freelancer, and are currently negotiating with a startup about a bigger project. They have expressed that they want me to sign a non-competition agreement, ...
11
votes
5answers
515 views
In Ruby, what is the equivalent to an interface in C#?
I'm currently trying to learn Ruby and I'm trying to understand more about what it offers in terms of encapsulation and contracts.
In C# a contract can be defined using an interface. A class which ...
11
votes
12answers
844 views
How to show if a method may return null
After posting this question and reading that one I realized that it is very important to know if a method is supposed to return null, or if this is considered an error condition and an exceptions ...
8
votes
3answers
9k views
In WCF, can data contract classes inherit from one another?
In a WCF service, I have two classes with the [DataContract] attribute. One of these classes has an "is-a" relationship with the other - so class B can inherit from class A. However, when I ...
8
votes
2answers
891 views
Portable / Interoperable WCF Contracts
I was wondering if anybody out there had some good tips/dos and don'ts for designing WCF contracts with a mind for web-service interoperability, both in terms of older Microsoft web service ...
7
votes
4answers
108 views
How can I enforce a contract within a struct
I'd like to enforce a struct to always be valid regarding a certain contract, enforced by the constructor. However the contract is violated by the default operator.
Consider the following, for ...
7
votes
3answers
2k views
Agile Development Contract Template - Time and Materials with Variable Scope and Cost Ceiling
Peter Stevens has a great summary of different agile contract models on his blog. I've decided that I like one of them the best (Time and Materials with Variable Scope and Cost Ceiling) for a project ...
7
votes
3answers
7k views
In WCF web programming model, how can one write a operation contract with an array of query string parameters (i.e. with the same name)?
Using WCF Web Programming model one can specify an operation contract like so ...
[OperationContract]
[WebGet(ResponseFormat = WebMessageFormat.Xml, UriTemplate = ...
6
votes
1answer
171 views
Contract.Requires vs Contract.Require
I noticed that Microsoft named their code-contract-relative functions in .NET 4 in a strange manner.
They add "s" at the end of "require" and "ensure", so there are Contract.Requires() and ...
6
votes
2answers
364 views
Do I Own the Source Code? [closed]
If I pay someone to write some software for me and our contract doesn't specify, do I own the rights to the source code, or does the company who wrote the software? Who does the intellectual property ...
6
votes
3answers
546 views
Freelancer Programmer's liability
What is a freelancer's liability in the case of data loss, system outage, money lose, injury, death, and all other bad things that can arise from the use of the software?
I understand this is ...
6
votes
2answers
236 views
Web design contracts
When you get hired by an individual or company, what do you provide as a contract for your services? What if the client isn't paying the full amount until the product is delivered? Are there ...
6
votes
3answers
553 views
Can anyone offer legalese for retaining intellectual property as a programmer?
I was recently talking to one of the guys in charge of the contracts for employees. I kind of lamented about the work-for-hire clause that says anything I create at work, even if completely unrelated ...
6
votes
2answers
4k views
Looking for a legal contract template for software project
Where can I get a free legal document template for a contract agreement for a freelance website project I am working on? I live and work in the US. I just need something to start with. Thanks!
6
votes
6answers
2k views
Interface Contract, Class Object?
Is contract to interface as object is to class?
What is the need to differentiate identical things like this, from the code to the executing code? I sort of get the idea behind naming a class a ...
5
votes
3answers
2k views
why does my compare method throw exception — Comparison method violates its general contract!
Why does this code
public class SponsoredComparator implements Comparator<SRE> {
public boolean equals(SRE arg0, SRE arg1){
return arg0.getSponsored()==arg1.getSponsored();
}
...
5
votes
2answers
1k views
Outsourcing agreement/contract for web development projects
I'm looking to outsource some web development projects which I will not have the time to complete for my clients.
Are there existing Agreement/Contract pro-forma's available (I've only seen 1 on ...
5
votes
5answers
566 views
Freelance web development: who pays for hosting?
I've never bid on any freelance jobs on GetACoder, eLance, oDesk etc. I've only done sites for friends and family so I've setup the hosting and have performed any updates that we needed after the ...
5
votes
2answers
2k views
Does someone have a sample software consulting proposal and/or contract?
In the past, I've always done independent contracting work for people and they pay me via a 1099. Never really a formal contract or proposal, etc...
I now have a software consulting company and will ...
5
votes
10answers
807 views
Should an interface that is inherited from base-class be implemented explicitly in subclass?
My question is, if an interface that is implemented implicitly by extending a class that already implements it, should be explicitly implemented by the class, if the class wants to advertise the fact, ...
4
votes
6answers
183 views
Is there an beautiful way to assert pre-conditions in Java methods?
A lot of my functions have a whole load of validation code just below the declarations:
if ( ! (start < end) ) {
throw new IllegalStateException( "Start must be before end." );
}
I'd ...
4
votes
2answers
238 views
Programming != Job Description [closed]
I'm currently in a situation where many people on here likely find themselves: I love to program, I do a lot of fun side projects, but it is not my profession. I work as an Electrical Engineering ...
4
votes
3answers
298 views
WCF Large interface at a single endpoint address
I have a wcf service that exposes quite a large number of service methods on a single endpoint address. Up to now, all service methods are implemented in a single service contract class. This service ...
4
votes
1answer
218 views
Which 3rd party Code-by-Contract library is most like MS's .NET 4.0 library?
I want to jump into coding by contract. I got VS2010 (with the C# 4.0 compiler) but I have to target the 3.5 framework.
What 3rd party code by contract library has classes and interface the most ...
4
votes
2answers
853 views
Penalty clause on programming contract
I am considering the move to the other side of development, as a contract programmer.
SO has given me a good few hints on the kind of figures to quote ( and why ), and a few points to bear in mind ...
4
votes
6answers
649 views
What do I need to know before I sell a software license?
I've developed a web-based application that a company is interested in licensing. I suspect they intend to appropriate the features they want, and add to their existing codebase, so a license is ...
3
votes
1answer
57 views
How to use contract-out in Racket
I have written a complimentary-multiply-with-carry PRNG in Racket. I want to use provide to restrict access only to certain functions within my library, and to impose contracts on them. Using the ...
3
votes
3answers
127 views
Legally, how can I build and sell an app that is similar to one I created for my employer? [closed]
My employer is thinking of hiring me outside of work to build them something. I have been wanting to create the software anyway because I think it could be sold to more people than just my employer. I ...
3
votes
3answers
138 views
How to enforce interface contracts (in C) at compile time?
Background:
We're modeling the firmware for a new embedded system. Currently the firmware is being modeled in UML, but the code generation capabilities of the UML modeling tool will not be used.
...
3
votes
1answer
235 views
Development contract boilerplate? [closed]
Wish me luck! I'm starting out a private development company with a couple of colleagues! :)
Now I would like to have all the right contracts to present to my clients. That is, a contract ...
3
votes
5answers
313 views
Scrum - Responding to traditional RFPs
I've seen many articles about how to put together Agile RFP's and
negotiating agile contracts, but how about if you're responding to a
more traditional RFP? Any advice on how to meet the requirements ...
3
votes
7answers
285 views
How can I place validating constraints on my method input parameters?
Here is the typical way of accomplishing this goal:
public void myContractualMethod(final String x, final Set<String> y) {
if ((x == null) || (x.isEmpty())) {
throw new ...
2
votes
2answers
63 views
C# Code Contracts build time — how do I improve it?
How do I figure out which proofs are the most time-consuming, to be able to help the verifier along with Asserts?
Is there any way that is better than guess-and-check?
2
votes
4answers
90 views
DI in Service Contract WCF
Please find below my code...Employee class implements IEmployee interface..
namespace MiddleWare.ServiceContracts
{
[ServiceContract(Namespace = "http://mywebsite.com/MyProject")]
...
2
votes
2answers
73 views
What is a useful abstraction/contract to assist Builder pattern to construct a MVC UI?
My dice simulator varies its UI depending on the user's input and the model. I have been trying to implement the Builder pattern to handle the variation and optional parameters, while allowing for the ...
2
votes
1answer
648 views
iOS/Mac Developer Program, paid apps contract dilemma
I'm looking to apply for the Individual Mac/iOS developer program, and I've some questions about the paid app contract.
I don't know exactly what needs to be done since I haven't apply for it yet, ...
2
votes
2answers
355 views
Why is PHP so popular in contract work? [closed]
I've decided I'm going to learn the skills to make websites with the hopes of maybe doing contract work one day. Currently I'm dabbling with Django, but I get the impression that most contract work ...
2
votes
4answers
129 views
Re-doing the same programming work as done on the job
I am a co-op at a company and I was tasked with patching Roumen Petrov's OpenSSH w/ x509 certificates patch (http://www.roumenpetrov.info/openssh/) to include one of the features in his wanted list: ...
2
votes
4answers
1k views
Independent contracting and non-compete clauses?
I am an independent software contractor. Companies hire me to write very specific pieces of software in a particular industry. I bill/invoice companies only for the hours spent working on the specific ...
2
votes
2answers
234 views
Contract for hosted software
I've finally found a client for my hosted software - the first time I've ever sold software. I want both parties to sign a contract specifying things like expected uptime, payment schedules, etc., so ...
2
votes
3answers
530 views
.NET remote/work from home contract resources…that pay well
I currently work on contract/consulting on site for various local subcontracting firms. I've been making a effort to grow into my own company and one of the things I'd like to start doing is working ...
1
vote
2answers
160 views
Programmatically Invoke WCF REST Service Without Reference to Contract
This is useful as a basis:
How to programmatically connect a client to a WCF service?
However, I'd like my client to do the same thing REST-style without knowledge of any service contract.
Seeing ...
1
vote
1answer
343 views
How to pass Complex Type parameters in a service contract
This is an already existing XML request format corresponding to which I have to implement a web service that will accept this request in this format below.
(Method or operation Name)
(complex type1)
...
1
vote
0answers
365 views
Larman's System Operation Contracts - CRUD example
I have some confusion with applying Larman's system operation contracts (OO Analysis from book Applying UML and Patterns) on CRUD-like operations. More precisely, I'm confused with postcondition part. ...
1
vote
1answer
83 views
Passing data into a callback, is data guaranteed to be received?
my question is: having a piece of code like that (communication via callback contract)
private void BroadcastMessage(DataEventArgs e)
{
DataEventHandler temp = DataEvent;
if (temp != null)
...
1
vote
0answers
93 views
What's the legal age to start signing freelancing contracts? [closed]
Currently I'm 16 and going on 17 in October. For the past year or so, I haven't been working without contracts because most of my work is local.
Now, I'm receiving clients from not-so-local places ...
1
vote
1answer
101 views
eXtreme Design-by-Contract with Java, other than XINS?
Are there any technical Design-by-Contract solutions for Java projects similar to XINS? I'm looking for projects/frameworks that enforce developers to first author a contract for their application and ...
1
vote
4answers
85 views
should a contract draft be reviewed?
in software engineering should a contract draft be reviewed by software developers? or it should be left to legal department and to management?
1
vote
1answer
62 views
Getting the contract
Is there a way to get a contract from a running service programatically? I want to compare the contract of a running service from a referenced contract in the client side.
For example I have two ...