DEV Community

Discussion on: I am an artist who became a software architect, Ask Me Anything!

 
steveblue profile image
Stephen Belovarich • Edited

Anyone can be a perfectionist and even people with comp sci degrees can have an amazing drive.

There are times when people with a comp sci background have preconceived notions about artists turned engineers. The best way I’ve found to combat these notions is to immerse yourself in performant algorithms and best practices for performance. Learn Big O back to front, scrutinize your code before your push it to ensure it is performant. There are engineers who think it’s a good idea to code MVP, make it performant later. Make the code performant now instead and it will diffuse the preconceived notions you the “artist” doesn’t know what you are doing.