The development tag has no wiki summary.
22
votes
6answers
1k views
How would I implement a “self-destruct” feature into the free trial version of my software?
There is the ongoing argument of free trial versus a freemium model (that is, a free-for-life version of their software with restricted and/or stripped down features) for allowing potential customers ...
0
votes
0answers
26 views
I need a custom SDL event. Should I modify SDL or get input some other way? [migrated]
I want to modify a linux program written in C++ that uses SDL. I want to add an input source to the program (using an unusual I/O device). The program receives input via SDL. I essentially need to add ...
0
votes
0answers
89 views
Creating a custom GUI. App/DE/WM?
I am starting with this project of mine of writing a custom UI for linux. What would happen is:
The computer would boot into this UI which would not be the typical taskbar/icons/startbutton kind of ...
8
votes
4answers
312 views
Why do development devices give you more resources than a typical device?
I have created an app that works on my 4th generation iPod Touch and my company's 5th generation iPod touch.
We were about to release, when we found a crash that occurs after any non-developer ...
2
votes
3answers
145 views
Things to do before going to production
I am finishing up a decently sized Python/Shell project, and I'm wondering if there's a 'best practice' list of things to do when finishing up development.
So far I've done:
pylint
pycallgraph
...
0
votes
3answers
302 views
Why is Moore's Law seen as an absolute truth? [closed]
Often times I read things like:
"Intel stated that either the next generation or generation after that will likely fail Moore's Law."
Why don't they just say Moore's Law will fail instead? I don't ...
-2
votes
1answer
58 views
What should be an optimal team (in terms of roles) to write a big enterprise nice-quality framework? [closed]
I have a set of questions that bothering me, hopefully someone will be able to answer them here:
What should be an optimal team (in terms of roles) to write a big enterprise nice-quality framework?
...
-4
votes
1answer
194 views
Development Test Interview [closed]
I have a development test I am required to solve a given problem with any language of my liking in about 8 hours. The company is GFI if anyone was wondering.
How can I truly prepare for such a test?
5
votes
3answers
239 views
Who should support and maintain development infrastructure?
I am interested to know what other peoples' experiences are with managing development infrastructure are. I am talking about things like the build server, the central git repo etc etc. Any ...
1
vote
2answers
145 views
Justifying deficiencies in design
I would like some input on how to handle clients and third party vendors that ask me about the deficiencies in my design.
For example. It turns out I need a data field in a webservices response. This ...
4
votes
7answers
471 views
Can a developer perform testing efficiently? [duplicate]
I don't know yet how it feels to be a part of dev/testing teams. If in an organization (mostly single-product company), can a developer handle testing efficiently?
From what I have read:
...
3
votes
2answers
236 views
A better workflow between designer and developer on iOS XIB files development
We're working on an iOS project and right now, and whenever the designer has some feedback about fonts, colors, positions of elements, what images should go where etc., I have to go back and go ...
5
votes
1answer
440 views
“I have been put into testing, what is wrong with me?” [closed]
I don't have much real life experience with project development and testing, apart from small collegeprojects.
During my software engineering lecture, from a bunch of notes, a simple statement caught ...
5
votes
7answers
347 views
While learning is it better to use other's plugins or develop my own?
As I have been learning to program, be it in my intern-ship or school, I have often come across situations where an extra piece of software is needed (from fairly basic to quite complex) and I am ...
1
vote
1answer
222 views
Desktop applications - the fastest development [closed]
I write desktop GUI applications from time to time for my personal usage. What are my best possibilities in terms of choosing the framework/solution in which I would write my application really fast.
...
1
vote
2answers
97 views
standards for technical specificaton on software+hardware system [closed]
Are there any documented standards for technical specifications within the IT industry?
In theory, such a standard would be
successfully used in practice
deals with both software and hardware parts ...
7
votes
3answers
340 views
Reading the team git log like a newsfeed every morning? [closed]
I've acquired the habit of reading my team's git commit log every morning when I get in to work. For me, it's akin to checking the Facebook newsfeed - it's a way for me to stay attune to what's going ...
3
votes
3answers
259 views
Shared Development Space
Currently the company I work in gives each developer their own development virtual machine. On this machine (Windows 7) they install the entire stack of the product (minus database) this stack is ...
4
votes
2answers
122 views
Is it my responsibility to code for errors on a completely separate website and domain when redirecting or doing a single sign on? [closed]
If my application is responsible for redirecting/doing a single sign on to a destination managed by a third party, in general, where should I draw the line for error handling during this process? If ...
5
votes
3answers
570 views
How to better integrate a unix development environment into Windows [closed]
I'm mostly a Windows user but I do most of my development (essentially web development) using unix tools and software. I've been going back and forth between using a dedicated lubuntu virtual machine ...
-3
votes
1answer
450 views
Is Unix/Linux adoption a measure of developer skill? [closed]
Is Linux/Unix based OS adoption for development (or recreation) a rough measure of the awareness, adaptability and/or skill of a developer, after considering factors like learning curve for effective ...
15
votes
11answers
1k views
Hiring Developers - Any tips on being more efficient? [closed]
I represent a software company that is in process of building a large software development team. We are picky in who we hire and have really good retention rate (most of the devs have been here for an ...
5
votes
1answer
2k views
What is the purpose of Console in Sublime text editor?
I want to know what purpose does console solve in sublime text 2. This is invoked by pressing Ctrl+Shift+`
Is this a kind of debugger, or It just helps you to install packages.
2
votes
6answers
830 views
How quickly does the Java language get outdated? [closed]
I started learning Java recently. I started learning it using books that I picked up from the library, some that I bought, and here and there from Java documentation.
The book that I use for Java was ...
-4
votes
4answers
3k views
What's the difference between development and implementation?
I have a very broad question. I usually came across to the phrases Design & Development and Design & Implementation. Are there any difference between them ? If so what are they ?
2
votes
1answer
205 views
Can Windows Phone development be done remotely?
Can Window Phone 7 or 8 development be done remotely, such as on an Amazon EC2 instance or a rented VPS running Windows, via using an RDP or VNC client from a PC running Linux (or OS X, or maybe even ...