Tagged Questions

11
votes
14answers
950 views

How do you evaluate a Software Architect?

What characteristics do you find more valuable in a software architect? How to evaluate one? For example: Is in-depth knowledge of a stack more important than a good overall knowledge of different …
8
votes
18answers
505 views

What’s wrong with the analogy between software and building construction?

Many people like to think of building software as constructing a building so we have terms like building blocks and architecture. However, lately I've been to a couple of talks and most people say …
8
votes
3answers
437 views

Coder/Developer to Architect; Your experiences, realisations, Myths broken.

A lot of us in IT begin as coders/developers and some as coder/developer/business developer depending on whether you work for someone else or your self. While there is the list of what ideally the …
7
votes
8answers
648 views

How to improve software design skills?

In my point of view, design ability is harder to get than development/coding skills. When confronting a requirement , how to design the function modules, how to construct the program architecture …
3
votes
1answer
131 views

Designing the Architecture, separating projects. Am I “over thinking” ?

Imagine having the following scenario: You need to create a system where the Back end is seperate from the Front end, which is always important when programming, of course. But What if you want to be …
0
votes
1answer
121 views

What is the best way to structure a CRM system?

I've built a customer relationship management system in PHP which generates Quotes, Orders and Invoices and I am at a loss on the best way to structure the system. I currently have one table for each …