Engineering at Parity: What it’s like

Fredrik
Parity Technologies
5 min readAug 21, 2018

What’s it like to work at Parity?

Here at Parity we pride ourselves on being an open source company. We build open source software and operate in the open with all code and issue management. Many people have asked us, “What is it like to work at Parity?”, and in this post I want to talk about our engineering culture and how we do things. We haven’t invented anything new or discovered some revolutionary productivity enhancer. We’re operating on the open source model as so many other projects do, but the devil is in the details, and we’re continually refining and improving the way we work. If I had to put a label on it, I’d say we loosely follow the Programmer Anarchy methodology as defined by Fred George.

What do we do?

Parity Technologies as a company is working on a relatively wide range of products. We have the Parity Ethereum client obviously, but along with just an implementation of the base Ethereum protocol, we’ve added a lot of features on top, like warp sync, secret store, private transactions, WebAssembly VM and more. The Ethereum node is also built in a modular, or “pluggable,” way so that we can include non-Ethereum specific things like a Proof of Authority consensus algorithm. Being able to offer many modes of operation, ways to set up private networks, development networks etc., is really important to us because it gives developers the best freedom in how they want to use the node and develop on Ethereum.

We also have an implementation of a Bitcoin client, Javascript libraries for DApp development, Whisper protocol implementation, Rust libp2p implementation, mobile app transaction signer and much more. This doesn’t touch on what we do on Polkadot development, which already has two proof-of-concepts and a public testnet, but has really just started. We expect to produce a lot of open source code for that ecosystem as well.

Parity Technologies is an infrastructure company, we want to provide rock solid high quality protocol implementations and core infrastructure to support Web3 ecosystems and drive blockchain technology forward as a whole, whether for private consortium use or public chain use. Our next mission in enabling blockchain innovation is Parity Substrate, a framework for building custom blockchains without having to worry about the networking and consensus implementations.

How do we get it done?

Parity has over 60 employees at the time of writing this post. This is quite a lot, but we’re still a very lean operation and try to get by with as few people as we think we can. Core to our culture and philosophy of operation is autonomy, people should be free to choose to work on what they want to work on. There are obviously boundaries — if someone wants to open a banana stand they’re likely to get a conversation from Gavin or myself saying they can’t do that and need to focus on something that forwards the mission of the company. So far no one has requested to open a banana stand.

In essence, we self-organise through Github issues and chat. Being an open-source initiative, all issues are managed in the open Github Issue repository. We have no other task management or issue tracking solution, everything we work off exists in Github Issues. If someone has an idea for a feature request or something they want to work on, we’ll talk about it in chat. If we decide it’s something we should do, it’s put into a Github Issue and self-assigned.

There’s some amount of work by various people like myself, the release manager, the support lead and many others to tag and prioritise issues, so that if people don’t want to dig through all the issues to find what they’re most excited about right now, they’ll have some idea of a shortlist to go on. At the end of the day, it’s really just all about communication.

How do we ensure quality?

Programmer Anarchy doesn’t mean there isn’t process, but that the processes are developed by the people who will be following them. One might ask how this works in practice and if it doesn’t make it easy to have things fall between the cracks. The answer is roughly that the product owner is responsible for ensuring that this doesn’t happen. In a normal “Product Manager” role you might say that that manager is “in charge” of the developers in a team. We don’t have any managers like that, but instead have product owners at different levels that are responsible for the end-product, these product owners are almost entirely made up of the developers who will be implementing said product, the only “power” they have is to lay out what needs to be done, not how or by whom.

It is the responsibility of this product owner that their product sees the right attention and that they have a good overview of everything that is going on and what needs to happen to not have anything fall between the cracks. They in turn communicate back what needs to be done through creating Github Issues or talking on chat.

Beyond this, we also follow regular best-practices, no pull request gets merged without a code review, things that are deemed critical such as code that touches anything consensus-related requires multiple reviews and from the people who have best insight into the code in question. We run Gitlab CI with CI runners on multiple platforms for all PRs to make sure our entire test-suite is always passing and master should always be in a releasable state. On top of this, we do third-party audits for particularly sensitive code.

Ethos

The general spirit of the culture at Parity Technologies is this: We hire the best people in the world and let them work on whatever they want to work on.

Sometimes we have to make compromises on this culture because we don’t have the resources or the communication structures or the managerial experience to make it 100% true (I don’t think anyone does). It is however always the goal and something we strive towards, while trying to make zero compromise on quality, oversight or productivity.

At the end of the day, Parity Technologies is all about shipping good software. We believe happy people that are passionate about what they’re working on ship more and higher quality software.

Originally published at paritytech.io on August 21, 2018.

We are hiring!

Check out our openings here.

--

--

Fredrik
Parity Technologies

Programmer for 15 years. Like programming languages, startups, Red Bull and hiking.