Comment on I created the BIPLAN programming language, what do you think about it?Comments−sshine5yLooks cool! Why is all your code in .h files?−slaymaker19075yMy guess is because header files only involve pretty minimal build setup. Usually that design is with a single .h file though.
Comments
Looks cool! Why is all your code in .h files?
My guess is because header files only involve pretty minimal build setup. Usually that design is with a single .h file though.