I've decided to write some interesting hints, about code decorating
- The funniest thing you can ever think of is written jokes in your code. You can add them as 'defines', so you can debug your code in an interesting way.
#define debug cout <<"What do you call someone with no body and no nose? Nobody knows.";
- To make your code recognisable, you can add copyright in your code.
// Copyright © 2021 Maxim Emelyanov. All rights reserved.
- Pixel art, beautiful!
//░░░░░░░░░░░░░░░░▄▓▄░░░░░
//░░░░▄█▄░░░░░░░░▄▓▓▓▄░░░░
//░░▄█████▄░░░░░▄▓▓▓▓▓▄░░░
//░▀██┼█┼██▀░░░▄▓▓▓▓▓▓▓▄░░
//▄▄███████▄▄▄▄▄▄▄▄█▄▄▄▄░░
//░░░░░░░░░░░░░░░░░░░░░░░░
- N-word!
Don't use it