0
votes
3answers
31 views
How do you maintain technical contracts between development teams?
For example team A and team B are working on different applications that need to implement a similar feature. The feature in question relies on a database and the database is under …
0
votes
0answers
5 views
Good information about type systems based on contracts/constraints?
Hello!
Problem:
I am looking for good introduction about type systems,
which are based on contracts/constraints
(sorry, I don't remember which term one is appropriate for a type …
1
vote
8answers
168 views
What is a good early termination fee for maintenance contracts?
Just got back from a client that asked to have an early termination clause added into a proposed maintenance contract. The contract is to be for a full year with option to renew. T …
7
votes
4answers
659 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 Ce …
0
votes
0answers
25 views
Code Contract, Interfaces And Mocking
Hi all!
I have a code contract on some interface IImageRepository:
[ContractClassFor(typeof(IImageRepository))]
sealed class IImageRepositoryContract : IImageRepository
{
II …
1
vote
3answers
61 views
Should I avoid message inheritance in WCF?
Generally, I try and avoid using inheritance in WCF contracts, preferring composition.
But in the following situation...
I have a service operation that can result in one of two …
4
votes
4answers
237 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 c …
4
votes
1answer
129 views
Big companies with no “I own you contract”? [closed]
My current company has an "I own you contract" carefully concealed in the legalese. They have made it clear they WILL sue. As such I am moving away from startups and want to find a …
2
votes
2answers
160 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 unders …
0
votes
3answers
43 views
legal contracts for websites? [closed]
I need a display advertising contract for a website, I'm sure there is generic contracts out there than you can just stick in publisher and advertiser names and get two signatures …
2
votes
4answers
174 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 wor …
1
vote
2answers
226 views
Which companies make you sign an “I own you contract”?
My current employer has an "I own you contract". The wording was very ambiguous so I didn't understand it when I signed it. Needless to say, I have left this company and will be lo …
0
votes
1answer
53 views
Add contract to interface implementation
I understand that I cannot add preconditions on an interface implementation. I have to create a contract class where I define contracts on elements that are seen by the interface.
…
3
votes
2answers
184 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 poin …
5
votes
10answers
538 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 …
