The development tag has no usage guidance.
0
votes
2answers
106 views
What extra activities can developers do to increase quality? [closed]
We overestimated our project and are going to finish two weeks early.
Rather than fill in the extra time with additional features, management has directed the development team to use the extra time ...
2
votes
1answer
210 views
API Gateway security (for microservice architecture)
we have started with microservices recently, but we have some problems with implementing the Security layer.
The idea is that the request comes to Gateway, the Gateway looks to authorization header, ...
1
vote
2answers
158 views
How do developers allow for plug-ins in their apps
I've seen in some applications that were written in compiled languages where plug-ins are accepted and the solution to the question of how still eludes me. For example in Eclipse, Google Chrome, ...
-4
votes
1answer
83 views
Is it possible to detect if a screen is off through a browser? [closed]
With any method not requiring special permissions. I want to find out if a website can tell if my screen is off.
Can a browser access that information in any way?
0
votes
1answer
161 views
Is it unethical to figure out how much to charge by asking for a quote from another company? [closed]
I've been asked to write a mobile app for a business I have connections with, and I've been trying to decide what I should charge. One thing I came up with was to research what other companies would ...
2
votes
1answer
315 views
How do you differentiate software between TEST and PROD environments?
We have a TEST and PROD environment. TEST and PROD are nearly identical, and obviously software first ends up in TEST before getting approved to go to PROD. Our software is primarily Windows ...
3
votes
2answers
544 views
Code maintenance: Is it better to develop in English or my mother tongue? [duplicate]
Suppose I develop an application for a given company of my own country. Is is better to code in English or with the language of my country ? I mean, if it is better to comment in French and name the ...
1
vote
2answers
103 views
Should you test development features?
Is it a good practice to test features that only run in a development environment, or just a waste of time?
Specifics: The item that is prompting this question is a line of code that dynamically re-...
0
votes
0answers
821 views
Efficient development process for Golang (or any backend) and JavaScript?
I am developing a web application. The frontend is a mix between JavaScript and server-side generated html. The backend is written in Golang. Might not be very important, but if somebody made a ...
5
votes
2answers
295 views
What types of programming require practical category theory?
Category theory has applications in theoretical computer science and obviously is central to abstract mathematics. I have heard that it also has direct practical applications in programming and ...
1
vote
0answers
45 views
Class/Object with different sets of configurations, singletons etc (PHP)
I want to produce maintainable code for configuring one or multiple classes differently depending whether in a production or development environment.
For example, making a Paypal class/object that ...
4
votes
1answer
324 views
Game development design patterns and architectures? [closed]
Some friends and me wish to develop a 2D game just for the experience of learning this paradigm. We are all software engineers with experience in business apps, but we are unsure if the typical design ...
50
votes
6answers
6k 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
1answer
481 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 ...
9
votes
4answers
384 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
304 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
...
-3
votes
1answer
68 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?
...
1
vote
2answers
170 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 ...
5
votes
7answers
1k 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
432 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
7answers
402 views
While learning is it better to use other's plugins or develop my own? [closed]
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 ...
4
votes
2answers
134 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 ...
7
votes
3answers
1k 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 ...
6
votes
1answer
8k 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.