Tips for communicating with non programmers [closed]

别说谁变了你拦得住时间么 提交于 2019-12-11 16:05:13

问题


I'm a one man developer PHP/MySQL developer. The contents of our database come an excel file produced by a group on non programmers. They are smart people, but often don't see how small changes in excel file can totally make the logic in my PHP codes meaningless. Does anyone have tips for communicating with non-programmers in these types of scenarios?


回答1:


When I explain things like this to non-programmers, I usually tell them that a computer can't figure out anything that I don't tell it SPECIFICALLY. Ask them how you would write a program to go get gas for the car. When they answer, explain the details they've surely missed (like how to get the keys out of their pocket, and how to take steps, etc.).




回答2:


Provide them with a template which you require them to use. If they get in the habit of asking before making any change, then maybe they'll either stop making changes, or figure out what kinds of things are okay and which are not.




回答3:


Use metaphors and real-world analogies in terms of things they can understand.

I was explaining to my aunt how the hard disk filling up can make a computer slow:

"Just imagine that you're in a small room and it gets completely filled up. Now to put anything new in, you have to move one pile out of the way, then another, just to get to the shelf by the wall. It gets slower and slower to put anything else in".

or, since they use Excel spreadsheets, you could say

"Imagine you have spreadsheet macros to calculate the costs for all kinds of things that we buy, and to automatically calculate the tax as well. Suppose the government changes the tax on everything by 1% .. it's just a small change, but now you have to change every one of your spreadsheets".




回答4:


Just a tip: When I have to describe general/logistical topics, I try to relate the programming phenomenon with an analogy/metaphor using things familiar to them.

Try to relate things that they encounter in their occupation to programming operations.




回答5:


Have you considered using password protection and macros to dissallow the changes that cause the problems?



来源:https://stackoverflow.com/questions/1996752/tips-for-communicating-with-non-programmers

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!