methodology
Global objects vs multiple new objects?
Say I was to have a method that required a small number of objects to be created during each run, and the method would be called multiple times, i.e. a method to delete a given row from a database. Wo[详细]
2023-04-05 22:17 分类:问答Programming practice with a function
I 开发者_如何学Pythonhave a function that returns an integer, however I would like to expand it to add a new param to it. With this param, however, the function would have to return an array.[详细]
2023-03-29 17:15 分类:问答Is try / catch (one of) the best ways to keep errors from occuring if a variable is undefined?
I was warned that this post could be too subjective, but I\'ve only been programming for a few weeks, so I\'d like to know.[详细]
2023-03-26 14:43 分类:问答How to work on a project with limited access?
It\'s nice to have a complete project at your disposal to see how an application works when it\'s modified.[详细]
2023-03-25 09:47 分类:问答how to enforce "just commit after test"
The world of writing test is beautiful. But the problem is that with the time, some developers just \"forget\" (read: don\'t want, believe that its not necessary) to run all the test cases before the[详细]
2023-03-24 11:09 分类:问答Django / MacOS revised efficient development workflow
I\'ve been now happily developing applications (Django in particular) on the Mac for a few years now.As 开发者_如何转开发part of this process I am always looking to gain efficiencies in my workflow an[详细]
2023-03-20 03:46 分类:问答What's the best way to start developing big website? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this qu开发者_开发知识库estion? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-19 16:50 分类:问答API methodology. Working with timezones
I\'m developing an API and I was just wondering if someone could advise on the following situation...[详细]
2023-03-16 04:06 分类:问答XNA C# Code Question
Here is my class I made to draw a HUD: using System; using System.Collections.Generic; using System.Linq;[详细]
2023-03-13 01:12 分类:问答Software development methodology difference [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-09 03:19 分类:问答