Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Comments in code

A topic by n4m3n1ck created Jul 24, 2023 Views: 71 Replies: 1
Viewing posts 1 to 2
Submitted

are comments that explain the code or readme files considered communication with next developers or can I put them in?

Submitted

You can communicate through comments how the system works, but you cannot tell them any future plans for the game, or describe any concepts of the game. Yes, you can comment--if it is to tell the later devs how the code works.