So I just need a sanity check on the way in which I layout my code for an application.I\'m always keen to learn better approaches.
I\'m writing a Java program which is GUI (swing/awt stuff). Is it 开发者_如何学运维sensible to build the entire GUI in one method? That is, create and add every label, button, menubar, menu, menu item
( I suspect that the question may not belong here as it\'s about software and not about programing. However, this is my computers community, and I trust you guys to refer me elsewhere if you think it\
I am organizing a data page.All client informaiton like telephone, address is on the left side and then on the right side we have notes about them.The开发者_StackOverflow社区 thing is.The more paragra
I开发者_运维百科 just have a simple question about organisation. I use MaxMind GeoIP solution and download the following file: GeoLiteCity.dat
As projects that I\'m working on grow larger and larger, I\'m starting to be pretty unsure about dividing classes into packages. Suppose the project has a lot of layers and in these layers are interfa
This question is more about organizing the directories/files on my computer. However, this IS a problem every programmer runs into so I thought it appropriate to ask here.
I\'m working on a rails app that is starting to have what seems (to me) to be a lot of models. There are 15 right now, but I\'m thinking about adding 3-4 more to serve as \"tag\" like models (I need m
I intend to implement an Organization Chart in my app and the best resource I found to display one was Google\'s Organisational Chart.
Hey everyone! I\'ve recently started using header files in my c++ programs (fairly new to it) and was wondering what the best way to initialize global variables across all your files.