Code Organization - Web Development

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

It would be interesting if you also talked about code organization -inside- the separate files you talked about. For example, how do your organize a bunch of javascript functions within a certain file? Alphabetical order? Same for css. First ids, then classes, then nested stuff? Or again just alphabetical order? And how do you order css properties? Do you start with positioning, then styling? Or again, alphabetical order? I imagine it's all up to taste but how do -you- do it?

GuilhermeRdeMS