我在工作中犯了很多错误! [英] I am making a lot of mistakes at work !!

查看:100
本文介绍了我在工作中犯了很多错误!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我从3年就开始在asp.net的一家编程公司工作,这是我的新手.我喜欢asp.net,但总是犯一些愚蠢的错误.我制作了一个完整而艰苦的Web应用程序,但总是有些愚蠢的错误工作没有任何价值.因此,作为经验丰富的程序员,您能给我什么建议以制止那些错误?

在此先谢谢您.

Hi all ,

I started working at a programming company since 3 years in the field of asp.net,which i am new to.I love asp.net but keep making silly mistakes.I make a complete and hard web application but always some silly mistakes males my work''s value nothing.So as experienced programmers,what advice can you give me to stop making those mistakes ?

Thanks in advance.

推荐答案

如果错误是关于应用程序的设计(技术性的,而不是外观),则应首先创建一些UML图 [ ^ ]将其打印出来,然后查看是否错过任何内容.与数据库设计相同.甚至您都可以要求其他程序员快速浏览设计文档.而且,如果您没有做任何设计文档,那么这就是设计错误的主要原因.
关于编码错误,请开始使用单元测试 [ ^ ].这将使您产生更高质量的代码.在对代码进行单元测试之后,您必须进行集成测试.您测试的越多,您就会在用户发现它们之前捕获到更多错误.

如果您正在从事的项目既庞大又复杂,那么您应该考虑使用设计模式.它们旨在使您的项目更少出错,更灵活.

并且不要忘记,当您刚接触新手时,会犯错,但是您需要从这些错误中学习以获取更多经验.

因此,为了避免大多数错误,

1.正确设计
2.正确实施
3.彻底测试
4.快速修复

祝你好运.
If the mistakes are regarding design (technical and not look n feel) of the application then, you should first create some UML Diagrams [^]print it out and then see if you miss anything. Same with the database design. Even you can ask a fellow programmer to take a quick look on the design document. And if you are not doing any design documentation then that is the main cause of design mistakes.

Regarding coding mistakes, start using unit test [^]in your project. This will allow you to produce higher quality code. And after you unit test your code, you have to do integration testing. The more you test more bugs you will catch before users catches them.

If the projects you are working are large and complex then you should consider using design-patterns. They are designed to make your projects less error prone and more flexible.

And don’t forget that when you are new, you make mistakes but you need to learn from these mistakes to gain more experience.

So to avoid most of the mistakes,

1. Design properly
2. Implement correctly
3. Test thoroughly
4. Fix quickly

Good Luck.


这篇关于我在工作中犯了很多错误!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆