How to apply coding methodologies and practices to non-coding work?

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-05-11T10:41:42Z Indexed on 2010/05/11 10:44 UTC
Read the original article Hit count: 289

I can talk for hours about best-practice, source control, change management, feature tracking, development cycles and the lot, but most of what I've learnt or read seems to apply to nuts-and-bolts programming of compiled applications. You know, ASCII files that gets turned into 1s and 0s.
How does one apply the same discipline and wisdom to working in environments that are point-and-click, config-centric. I'm thinking of CMSs and specifically, my current 9 to 5, SharePoint. Traditional practices of source control, dev-staging-production seem to break down since we're not working with code, and the live environment changes with user input.

So to sum up a rather lengthy question, what works in a no-code environment?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about web-development