Professional Excel Development [Electronic resources] : The Definitive Guide to Developing Applications Using Microsoft® Excel and VBA® نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional Excel Development [Electronic resources] : The Definitive Guide to Developing Applications Using Microsoft® Excel and VBA® - نسخه متنی

Stephen Bullen, Rob Bovey, John Green

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید











Conclusion


Whether you use the naming convention proposed here or create your own, use a naming convention consistently across all your applications and over time. It will make your code self-documenting and easy to follow. Code the separate logical tiers of your application as independent entities. This will prevent changes in one logical tier from forcing you to rebuild much of your application. Comment your code liberally at all levels. When trying to understand the purpose of a section of code, it's a lot easier if that purpose is explained by a code comment than if you have to figure it out yourself. Following these and all the other best practices presented in this chapter will result in robust, understandable and maintainable applications.


/ 225