Questions tagged [policy]

Best practice and style are at the core of every program; there is always a better way to do something. Policy helps programmers determine how something should be written.

Policy is a more or less ambiguous way of describing the best way to do something in programming. This can often be described as "best practice" when writing a program. This can pertain to the way a method returns a value, the way inheritance is structured, and the way to exit a loop, among other things, and it can vary from language to language.

Many companies often have their own sets of internal documentation referred to as Coding Standards that enforce policies which they determine to be valuable for maintenance and readability purposes of their code base.

You can learn more about policy and programming paradigm here.

1311 questions
-4
votes
1 answer

How to implement Policy in WCF web service?

I want to create a web service that does the same as the given web service depending on the service description language only. I managed to create the same exact service, except for this part of the meta-data:
Nour
  • 5,252
  • 3
  • 41
  • 66
-5
votes
1 answer

Verify if email sender has permission to send to a certain address

I am forced to implement a sender policy in qmail. I have a file describing the policies: User1@domain1.com:*@domain1.com,x@Domain2.COM,y@DOMAIN.com user2@domain1.com:*@* USER3@domain1.com: This file describes the following…
-6
votes
1 answer

where can we host privacy policy and its link?

Can privacy policy just a paragraph ? Can we put our privacy policy text in facebook page and privide link to it in developer console?
-10
votes
2 answers

Block S3 access to IPs from Syria, Iran, Sudan etc

Do you know any bucket policy that would allow me to block access to S3 files from specific countries?
PanosJee
  • 3,866
  • 6
  • 36
  • 49
1 2 3
87
88