This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Hawk552
Forum: Code Snippets/Tutorials 04-16-2011, 13:47
Replies: 88
Views: 157,149
Posted By Hawk552
Re: [TUT] Code Styling & Good Programming Habits

The funcwiki, IMO, is the single best resource you can have next to a ton of other people's scripts (as long as they're not written by OLO).
Forum: Code Snippets/Tutorials 05-03-2010, 00:18
Replies: 88
Views: 157,149
Posted By Hawk552
Re: [TUT] Code Styling & Good Programming Habits

The reason I do that is to distinguish functions and keywords easily. It makes sense to me and I see no reason not to do it.



Actually, if your style pisses me off enough, I'll generally go...
Forum: Code Snippets/Tutorials 01-16-2010, 00:59
Replies: 88
Views: 157,149
Posted By Hawk552
Forum: Code Snippets/Tutorials 09-14-2009, 10:43
Replies: 88
Views: 157,149
Posted By Hawk552
Re: [TUT] Code Styling

I finally got around to writing a plugin that uses this style. You can see it here:
http://forums.alliedmods.net/showthread.php?t=102839

I also added it to the conclusion.
Forum: Code Snippets/Tutorials 02-23-2009, 01:27
Replies: 88
Views: 157,149
Posted By Hawk552
Re: [TUT] Code Styling

I program in C++ at work and I have no problem switching between the two at any time.
Forum: Code Snippets/Tutorials 02-09-2009, 12:01
Replies: 88
Views: 157,149
Posted By Hawk552
Re: [TUT] Code Styling

It was an example to show how semicolons can be used. He gave another example right after that where they were on two different lines.
Forum: Code Snippets/Tutorials 02-09-2009, 11:15
Replies: 88
Views: 157,149
Posted By Hawk552
Re: [TUT] Code Styling

All #pragma semicolon 1 does is throw an error whenever you missed a semicolon.
Forum: Code Snippets/Tutorials 02-08-2009, 14:15
Replies: 88
Views: 157,149
Posted By Hawk552
Re: [TUT] Code Styling

I don't think so just because of the way the assembly is mapped out. It can't declare a bunch of variables in sequence in a way that would be different from one at a time. Either way, zeroing it is...
Forum: Code Snippets/Tutorials 02-08-2009, 14:12
Replies: 88
Views: 157,149
Posted By Hawk552
Re: [TUT] Code Styling

I would argue that since "types" are really just tags which can be changed or detagged, HN is irrelevant. Bools especially are a meaningless tag which usually create more confusion than help. The...
Forum: Code Snippets/Tutorials 02-08-2009, 01:09
Replies: 88
Views: 157,149
Posted By Hawk552
[TUT] Code Styling & Good Programming Habits

Before we begin, this article is for anyone of any skill level. If you're just starting out, this will help you avoid nasty habits that you may pick up now or later. If you're an intermediate level...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 00:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode