Re: How we can Choose an Awesome Mobile App Development Company? Programming Mobile Development by Mary_50 … bug-free apps. * Verify their compliance with legal and security standards. By considering these pointers, you can make an informed decision… Re: 88 Business-Growing Strategies Digital Media Digital Marketing by henrymorgan9522 A growth strategy is an organization's plan for overcoming current and future challenges to realize its goals for expansion. Examples of growth strategy goals include increasing market share and revenue, acquiring assets, and improving the organization's products or services. AI Frontier 2024: A Rapid Start to a Transformative Year Community Center by Johannes C. …restrain innovation significantly. Moreover, the order sets high standards for AI development, focusing on safety and security. …, making it difficult to establish and enforce standards that are both effective and adaptable to future…various federal departments and agencies to implement new standards, but it remains unclear how these directives … Re: Is Coding About Authoring or Achieving a Specification? Programming by rproffitt What standards are you asking about? What happens when your …I wrote more and more code I did gravitate toward standards. But with each job, there was yet another …Read https://en.wikipedia.org/wiki/Indentation_style to see 9 standards alone. Then there was the call to use patterns … you, how do you deal with choosing such standards? Re: Is Coding About Authoring or Achieving a Specification? Programming by cored0mp … you, how do you deal with choosing such standards? Generally I don't choose standards. I tend to apply what would be… Re: Is Coding About Authoring or Achieving a Specification? Programming by cored0mp … have answered my original question. People here feel that software standards should reflect the fact that for most projects, a coder… other people may quite well be working on your system. Standards should be chosen with that in mind. Is Coding About Authoring or Achieving a Specification? Programming by cored0mp I'll admit that I have an opinion about this. Is the point of professional coding to write creative software or to write software that adheres closely to standards? Re: Is Coding About Authoring or Achieving a Specification? Programming by Reverend Jim >So back to you, how do you deal with choosing such standards? I code under the assumption that the person who will be maintaining my code is a psychopath who knows where I live. Re: Is Coding About Authoring or Achieving a Specification? Programming by Dani I have coded and maintained DaniWeb by myself for twenty years. I have always tried to write code that adheres closely to standards. I try to make my code easy to read, and document it well enough that, should I need to change something, I can easily figure out why I did something the way I did 3 or 5 years ago, should I no longer remember. AI-powered Code Reviews: The Future of Collaborative Development Programming by SEO_935 …, reducing the cognitive load on human reviewers by enforcing coding standards throughout a project. * **Real-time Feedback:** AI furnishes immediate feedback… Re: Is Coding About Authoring or Achieving a Specification? Programming by Reverend Jim Are you differentiating between design and programming? Some professionals get stuck in their heads. For example, too many surgeons feel that surgery is the first option. My job as a professional programmer was not primarily to write code. My job was to provide solutions to problems. Ideally that meant writing as little code as possible. If coding … Re: Is Coding About Authoring or Achieving a Specification? Programming by Reverend Jim As an example, here is some code we got from a vendor. It is rock-solid. It does what it is supposed to but it is virtually unmaintainable. I can't begin to imagine how it was ever debugged. SUBROUTINE READALL(UNIT,BUFF,*,*,IFIRST) C*TTL READALL READ FROM ANYTHING C THIS SUBROUTINE IS USED FOR READING COMPRESSED OR … Re: Is Coding About Authoring or Achieving a Specification? Programming by rproffitt For RJ, That looks like Fortran. Also: ![image_2024-01-27_164115263.png](https://static.daniweb.com/attachments/1/e94ebdc69fc733e14ad913887de077e6.png) Re: Is Coding About Authoring or Achieving a Specification? Programming by Reverend Jim I loved that one when it first came out. And, yes, that is indeed FORTRAN. The system also came with a preprocessor called SFORX which added structured statements ($IF-$ELSE, $WHILE, etc.) but for some reason it was not used in this case. Just for fun I eventually rewrote the above with no GOTOs to prove to a co-worker that it could be done. Re: Is Coding About Authoring or Achieving a Specification? Programming by cored0mp @Reverend Jim Thank you for the Fortran sample. It was splendid! You were right to highlight the differences between design and coding. In fact I made a seperate post about this! Theory of Evolution - argument for/against Community Center Geeks' Lounge by GrimJack Standards: No ad hominem attacks No insults An argument is, to … Re: Waiting in C++ Programming Software Development by rubberman Standards use the sleep(seconds) function, not wait. Standards without control? Community Center by martinig … poll wanted to know if programming standards are still in use in development …The question was: does your organisation implement programming/coding standards? None...............................20% Yes, but without control.....49%… A majority of the participating organisations have coding standards... and a majority does not control them ;… Re: Standards without control? Community Center by Narue >What is the situation at your location? We adhere closely to standards and enforce correct behavior. >Does this lack of control really hurt? It can, very easily. One of the most important guidelines in programming style is consistency. That includes project-wide consistency even when multiple people are working on different modules. standards you recomend for webservices integration Programming Web Development by abdalaziz what standards would you recommend using to integrate a recruitment agency system with other organistations within the recruitment industry . Re: Standards & Implementations Programming Software Development by Ancient Dragon …/ANSI_C"]Here[/URL] is info about [b]ansi c standards[/b] >>the array name cannot be changed is… The value of open standards and open-source software in government environments Community Center by setshiva … to each of the following criteria: data integration, IT architecture, standards compatibility, and coexistence with commercial applications. Furthermore, the study revealed… that open source embodies open standards critical to technology advancement and to flexibility of implementation. Because… Open Web Foundation to Help Shepard Standards Programming Software Development by EddieC … relationship between the organization and "already-established standards organizations like W3C and IETF?" Scott Kveton,…replied this way: "OWF is not a standards body. Rather it helps communities to develop open specifications… which can later be contributed to standards bodies like the IETF, OASIS, or W3C.… Re: Coding Standards and Best Practices Community Center by Ancient Dragon … to who's standards? My standards and your standards could be quite different, so I doubt there is any … other coders to determine if the code meets company coding standards, whatever that is. Re: Coding Standards and Best Practices Community Center by griswolf …;Somewhat at odds with Ancient Dragon: I think that coding standards are useful prior to peer review, I did not say… code standards are not useful. Just the opposite. You can't have… could read the equivalent of the one-page company coding standards doc and emit a critique of my code... for any… Why does IE ignore web standards? Digital Media UI / UX Design by Travers2012 …d just ask: Why does Internet Explorer/Microsoft ignore web standards? Is it that hard to keep track of the …is supposed to have exceptional support for the current web standards, but it doesn't excuse or explain the obvious blatant… disregard for web standards in the past. Have they ever issued a statement … Coding Standards and Best Practices Community Center by diagramatic …is a large topic area when talking about coding standards and best practices. I would gratefully appreciate some constructive…few questions? 1. If you could have a coding standards analysis tool, what areas of your code would you…++. 3. What appeals to you the most in a coding standards / best practices tool - speed, presentation, features? 4. … Re: Why does IE ignore web standards? Digital Media UI / UX Design by colweb … it. But the reason why IE is not following web-standards probably has to do with the fact that nobody there… seems to be able to read the standards. It is not IE only, there are many things standardized… Re: Coding Standards and Best Practices Community Center by griswolf Somewhat at odds with Ancient Dragon: I think that coding standards are useful prior to peer review, because code that already … the review process. Do I need a tool to enforce standards? Not so much. Even in a huge shop with lots… Re: Coding Standards and Best Practices Community Center by Ancient Dragon >>Somewhat at odds with Ancient Dragon: I think that coding standards are useful prior to peer review, I did not say code standards are not useful. Just the opposite. You can't have a peer review without them. My objection was for a tool that tris to enforce someone's coding standard on the world.