Learn VB .NET Through Game Programming [Electronic resources] نسخه متنی

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

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

Learn VB .NET Through Game Programming [Electronic resources] - نسخه متنی

Matthew Tagliaferri

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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





Summary

This chapter took a basic game element, a colored tile with a shape on it, and reused it in three different games. The basic Tile class required some refactoring along the way to support new functionality that wasn’t required of it in earlier games. As you’ve seen, the trick to refactoring a class is to avoid changes to the public interface of the class. If you can do this, then you can refactor without negatively impacting the rest of the project.

/ 106