[Ethereum] Writing secure Smart Contracts in Solidity

contract-designcontract-developmentsolidity

With the DAO hack, it becomes even more important for developers to write secure smart contracts and be aware of pitfalls. Are there any good reference points/links which can describe the best practices around security of Solidity based Smart Contracts?

Related Topic