ben sadece uygulama için CodeIgniter ile bir blog uygulama yazmak çalışıyorum ve (tabii ki) php kullanıyorum
ben sadece ben seçmeliyim hangi yaklaşımın olduğunu sormak istedim?
i am planning to write a Blog class with the basic following functions: Insert(), Update(), Read(), Delete()
now i want to ask if i should add the comment logic in the main Blog class? Such as InsertComment(), UpdateComment() and so on.
Yoksa ben başka bir sınıfta ayırmak gerekir? ikisi arası ilişkilidir ve bir yorum sadece bir blog girişi yapılacaktır çünkü ben karıştı.