awips2/cave/com.raytheon.viz.gfe/help/TextProductUserGuide/Slide136.html
2022-05-05 12:34:50 -05:00

16 lines
1.2 KiB
HTML

<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title></title>
</head>
<body>
<center>
<h2> Text Formatter User Guide</h2>
<h3>136. Basic Customizations - Override File Organization - Guidelines</h3>
<hr>
<a href=Slide135.html>Previous Slide</a> <a href=Slide137.html>Next Slide</a> <br><img SRC=Slide136.JPG border=1><br></center>
<p><p><big>Here are some suggestions for organizing your Override file into sections that will make trouble-shooting and understanding your Customizations easier. Put all the code that you are overriding in one section, perhaps labeled by the source of the overridden code e.g. "Overrides from AreaFcst", "Overrides from ConfigVariables", "Overrides from FirePhrases. Be sure and comment the lines you are changing! Sometimes you might find it useful to override methods and insert print statements to trouble-shoot a problem you might be having. This is an excellent way to track problems and also learn how the code works. However, be sure and put this code in a separate section and clear it out after the problem is fixed so that you will not miss upgrades and bug fixes to this code in subsequent releases.<br></big>
</body>
</html>